J S
3a64fb5f38
I corrected the dark-mode selector so that it appears on each page. I also corrected the ugly tag boxes.
63 lines
773 B
CSS
63 lines
773 B
CSS
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
|
|
line-height: 1.5em;
|
|
font-size: 1.1em;
|
|
color: #222;
|
|
max-width: 70%;
|
|
padding: 2rem;
|
|
margin: auto;
|
|
background: #fafafa;
|
|
overscroll-behavior-y: none;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%; }
|
|
|
|
a {
|
|
color: #0074D9; }
|
|
|
|
h1, h2, strong {
|
|
color: #111; }
|
|
|
|
h1 {
|
|
font-size: 1.6em; }
|
|
|
|
h2 {
|
|
font-size: 1.2em; }
|
|
|
|
h3 {
|
|
font-size: 1.1em; }
|
|
|
|
.muted {
|
|
color: #aaa;
|
|
text-decoration: none; }
|
|
|
|
.small {
|
|
font-size: .8em; }
|
|
|
|
hr {
|
|
border: 0px;
|
|
border: 1px solid #eee;
|
|
}
|
|
|
|
|
|
highlight {
|
|
}
|
|
|
|
pre code span span{
|
|
word-break: break-all;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
|
|
.taglist {
|
|
}
|
|
|
|
|
|
code.has-jax {
|
|
-webkit-font-smoothing: antialiased;
|
|
background: inherit !important;
|
|
border: none !important;
|
|
font-size: 100%;
|
|
}
|