Update colors on style sheet.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
font-family: sans-serif ;
|
font-family: sans-serif ;
|
||||||
background: #333 ;
|
background: #222 ;
|
||||||
color: #ccc ;
|
color: #ccc ;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -23,7 +23,11 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #cc6
|
color: #cc6 ;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,h2,h3,h4,h5,h6,b,strong {
|
||||||
|
color: #888 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* For TAGLIST.HTML */
|
/* For TAGLIST.HTML */
|
||||||
|
Reference in New Issue
Block a user