small fixes for ikiwiki

master
an 2019-12-31 03:19:46 -05:00
parent b5ac5823a2
commit 73228977e8
1 changed files with 8 additions and 7 deletions

View File

@ -1,3 +1,6 @@
legend {
font-style: italic
}
img { img {
display: block; display: block;
margin: auto; margin: auto;
@ -9,7 +12,7 @@ body {
padding: 0 10px; padding: 0 10px;
line-height: 1.6; line-height: 1.6;
font-family: sans-serif; font-family: sans-serif;
font-size: calc(14px + (26 - 14) * ((100vw - 360px) / (1600 - 360))); font-size: calc(14px + (26 - 14) * ((100vw - 360px) / (1600 - 360)))
} }
td, th { td, th {
border-right: 1px solid; border-right: 1px solid;
@ -26,18 +29,16 @@ a {
text-decoration: underline dotted text-decoration: underline dotted
} }
a {color: #92ebf0} a {color: #92ebf0}
body {background-color: #0a0a0a} body {background-color: #0a0a0a; color: #eaeaea}
body {color: #eaeaea}
h1, h2, h3, h4, h5 {color: #9a9a9a} h1, h2, h3, h4, h5 {color: #9a9a9a}
h3>span {color: #7a7a7a} h3>span {color: #7a7a7a}
td, th {border-color: #eaeaea} td, th, fieldset {border-color: #eaeaea}
small {color: #777777} small {color: #777777}
@media(prefers-color-scheme: light) { @media(prefers-color-scheme: light) {
a {color: #2a7fe8} a {color: #2a7fe8}
body {background-color: #f5f5f5} body {background-color: #f5f5f5; color: #151515}
body {color: #151515}
h1, h2, h3, h4, h5 {color: #656565} h1, h2, h3, h4, h5 {color: #656565}
h3>span {color: #858585} h3>span {color: #858585}
td, th {border-color: #151515} td, th, fieldset {border-color: #151515}
small {color: #888888} small {color: #888888}
} }