smol/static/css/style.css

11 lines
699 B
CSS
Raw Normal View History

2020-05-26 21:54:47 +00:00
html {overflow-y: scroll}
2021-05-09 23:40:41 +00:00
:root { --darkbg: #000; --darklink: #5bf; --darkvisited: #e94560; }
2021-05-09 11:38:31 +00:00
body{max-width:800px;margin:40px auto;padding:0 10px;font:14px/1.5 monospace;color:#444}h1,h2,h3{line-height:1.2}@media (prefers-color-scheme: dark){body{color:white;background:#000000}a:link{color:#5bf}a:visited{color:#e94560}}
p > code{color: #FFFFFF; background:#000000; padding:2px}
pre{color: #FFFFFF; background:#000000; padding:24px; overflow-x: auto}
2020-08-03 23:21:30 +00:00
article{padding:24px 0}
2020-05-26 21:54:47 +00:00
.center {display: block;margin-left: auto;margin-right: auto;width: 100%;}
2020-08-05 19:52:27 +00:00
img {display: block; max-width: 100%; height: auto;}
figcaption {color: #888; font: 12px/1.5 monospace; text-align: center;}
2020-11-18 17:12:55 +00:00
figure {margin: auto}