Browse Source

style change for boardlist

pull/40/head
Savetheinternet 13 years ago
parent
commit
60ac971de0
  1. 8
      style.css
  2. 6
      yotsuba.css

8
style.css

@ -304,4 +304,12 @@ hr {
border: none; border: none;
border-top: 1px solid #B7C5D9; border-top: 1px solid #B7C5D9;
height: 0px; height: 0px;
}
div.boardlist {
color: #89A;
font-size: 9pt;
margin-top: 10px;
}
div.boardlist a {
text-decoration: none;
} }

6
yotsuba.css

@ -47,4 +47,10 @@ div.pages a.selected {
} }
hr { hr {
border-color: 1px solid #D9BFB7; border-color: 1px solid #D9BFB7;
}
div.boardlist {
color: #B86;
}
div.boardlist a {
color: #800;
} }
Loading…
Cancel
Save