dark theme

hslick-master
Leah Rowe 2022-02-10 12:37:53 +00:00
parent e97bbfc744
commit 306eee0dd7
2 changed files with 7 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -29,18 +29,19 @@ $endif$
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
<style type="text/css">
html{
background:#fff;
color:#222;
background:#111;
color:#eee;
}
.date,.author,.h a{display:none}
code,pre,#TOC,a:hover{background:#eee}
code,pre,#TOC,a:hover{background:#333}
:not(p),a:hover {
max-width:60em;
margin:0 auto;
font-family:sans-serif;
line-height:1.4
line-height:1.4;
text-shadow: 1px 1px #000
}
a{color:#22d}
a{color:#fcc}
.title>*, header ul>li, .nav ul>li,
#footer ul>li, .h:hover>*
ul>li
@ -55,7 +56,6 @@ img,video,iframe{max-width:100%}
float:left;
margin:1em
}
html,ul,#TOC{padding:1em}
@media (min-width:60em) {
.title-logo{display:none}
div.title,h1.title {
@ -67,6 +67,7 @@ html,ul,#TOC{padding:1em}
h1.title {padding:0 4em}
#TOC{min-width:25%}
}
html,ul,#TOC{padding:1em}
</style>
$if(quotes)$
<style type="text/css">q { quotes: "“" "”" "" ""; }</style>