You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
235 B

  1. .sidebar {
  2. background-color: #E7732F;
  3. color: #323232;
  4. }
  5. .sidebar a {
  6. color: #000000;
  7. }
  8. .sidebar-about h1 {
  9. color: #000000;
  10. }
  11. div.sidebar-about a h1 {
  12. font-style: italic;
  13. }
  14. img.center {
  15. display: block;
  16. margin: 0 auto;
  17. }