Files
rgbds/doc/style.css
Anthony Bentley 7d0dd140c3 create stylesheet and link to it
Created a simple stylesheet, linked to it, and removed body color
attributes defined there. This reduces repetition and separates
style and presentation.
2009-09-12 17:49:54 -06:00

17 lines
145 B
CSS

html {
background: #692764;
color: #F5A0D8;
}
a:link {
color: #8AAEE6;
}
a:visited {
color: #2B9DA4;
}
a:active {
color: #95F0DA;
}