yellow.css 292 B

1234567891011121314151617181920
  1. body {
  2. background-image: url( /images/yellow-background.png ) !important;
  3. }
  4. #content ul > li {
  5. list-style-image: url( /images/yellow-bullet.png ) !important;
  6. }
  7. h2, h3, h4 {
  8. color: #c63;
  9. }
  10. #navlist a {
  11. color: #333;
  12. }
  13. a, #title h1, ul#navlist .subtitle {
  14. color: #c60;
  15. }