12 lines
186 B
CSS
12 lines
186 B
CSS
/** add stylesheet.css, then add this sheet **/
|
|
|
|
body {
|
|
/** cloning CNN, cheaply. **/
|
|
background-color: #DDDDDD;
|
|
color: #111111;
|
|
}
|
|
|
|
a {
|
|
color: #EE0000;
|
|
text-decoration: underline;
|
|
} |