Mercurial > aurellem
view css/dark.css @ 66:e24672e0365d
working on a revamp of aurellem.org.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 12 Apr 2015 21:38:20 -0700 |
parents | c1a872bbc9f9 |
children |
line wrap: on
line source
1 /***2 /*** DARK COLOR SCHEME **/3 /*4 body {background:#222;color:#fff;}5 h1{color:#cb5;color:#b90;}6 .nav li a, #article h1, #article h2, #article h3, #article h4{color:#adf;color:#8fc;}7 input[type="text"] {background:#444;color:#fff;border:1px solid #888;border-radius:2px;}8 .nav li a{color:#ddd;}9 .header{padding:12px 0px;}10 input[type="submit"]{background:white!important;border-radius:4px!important;}12 .outline-2 * {13 font-size:12px;14 color:white;15 text-decoration:none;17 }