From 60ac971de0314fa0de23eba2f9b66a882b75e5fb Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sat, 19 Feb 2011 20:25:21 +1100 Subject: [PATCH] style change for boardlist --- style.css | 8 ++++++++ yotsuba.css | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/style.css b/style.css index b9b3b787..2ef6b7b9 100644 --- a/style.css +++ b/style.css @@ -304,4 +304,12 @@ hr { border: none; border-top: 1px solid #B7C5D9; height: 0px; +} +div.boardlist { + color: #89A; + font-size: 9pt; + margin-top: 10px; +} +div.boardlist a { + text-decoration: none; } \ No newline at end of file diff --git a/yotsuba.css b/yotsuba.css index bb07a961..a3809209 100644 --- a/yotsuba.css +++ b/yotsuba.css @@ -47,4 +47,10 @@ div.pages a.selected { } hr { border-color: 1px solid #D9BFB7; +} +div.boardlist { + color: #B86; +} +div.boardlist a { + color: #800; } \ No newline at end of file