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