Change style to be more RVR appropriate.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
body {
|
||||
font-family: sans-serif ;
|
||||
background: #222 ;
|
||||
color: #ccc ;
|
||||
background: #ccc ;
|
||||
color: #333 ;
|
||||
}
|
||||
|
||||
main {
|
||||
@@ -23,11 +23,11 @@ footer {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #cc6 ;
|
||||
color: #ca3 ;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6,b,strong {
|
||||
color: #888 ;
|
||||
color: #3c3 ;
|
||||
}
|
||||
|
||||
/* For TAGLIST.HTML */
|
||||
@@ -51,3 +51,7 @@ h1,h2,h3,h4,h5,h6,b,strong {
|
||||
#nextart,#prevart {
|
||||
max-width: 33% ;
|
||||
}
|
||||
|
||||
body {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user