css: all this time i had no idea we didn't have a white background

This commit is contained in:
joshua stein 2015-11-13 15:53:06 -06:00
parent 870d2b10fa
commit 8edc8b926f

View file

@ -18,6 +18,10 @@ body, textarea, input, button {
color: #333;
}
body {
background-color: #fefefe;
}
a {
color: #2562dc;
cursor: pointer;
@ -509,9 +513,9 @@ li .link a {
}
li.story .description_present {
font-weight: bold;
color: gray;
padding-left: 0.25em;
vertical-align: middle;
}
li.story a.tag {