Welcome to mirror list, hosted at ThFree Co, Russian Federation.

style.css « css « static - github.com/colorchestra/smol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a5fba4308e4f9e6e95e09394f43b3fa4bb7daf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
html {
    overflow-y: scroll;
}
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:#444}a:link{color:#5bf}a:visited{color:#ccf}}
code{color: #FFFFFF; background:#000000; padding:2px}
pre{color: #FFFFFF; background:#000000; padding:24px; white-space: pre-wrap}
article{padding:20px 0}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}