+ .header, .footer {
+ box-shadow: 0px 0px .8em .4em #89a;
+ background: #62B3E7;
+ }
+ .header h1 a, .footer, .footer a {
+ color: #fdfdfd;
+ text-shadow: grey 0 0 .1em;
+ }
+ .header h1 small {
+ color: #666;
+ text-shadow: white 0 0 .2em;
+ }
+ @media (prefers-color-scheme: dark) {
+ .header, .footer {
+ box-shadow: 0px 0px .8em .4em #123;
+ background: #305872;
+ }
+ .header h1 a, .footer, .footer a {
+ color: #bdbdbd;
+ text-shadow: dimgrey 0 0 .1em;
+ }
+ .header h1 small {
+ color: #aaa;
+ text-shadow: black 0 0 .2em;
+ }
+ body, h2, h3, h4, h5, h6 {
+ background: #3a3b3f;
+ color: #bdbdbd;
+ }
+ }