blob: 76a75ab836dac6c83fccd0535eb553c105ba7cdc (
plain) (
tree)
|
|
body {
background: #232227;
color: #aaa;
line-height: 1.5;
a {
color: #7e8ea6; //#566171;//#8f8f8f;
}
h1, h2, h3 {
color: #566171; //#3e4753;// #828282;
}
}
img {
max-width: 80%;
}
pre {
padding: 0.3em;
}
.site-header {
font-family: sans-serif;
.site-title {
background-color: #3e4753;
color: #ccc;
font-size: 200%;
}
.site-bar {
display: flex;
justify-content: space-between;
background-color: #000;
color: #ccc;
font-size: x-small;
}
}
.page-content,
.site-title,
.site-bar {
@media(min-width: 960px) {
padding-left: 5rem;
padding-right: 5rem;
}
}
.figure {
text-align: center;
padding-top: 1em;
padding-bottom: 0.5em;
}
.license {
display: flex;
border-top: 1px solid #aaa;
padding-top: 0.5em;
.cc-by-sa-logo {
width: 10em;
}
.license-text {
font-size: small;
}
}
.post-list {
h2 {
font-size: larger;
}
}
.post-title {
margin-bottom: 0;
}
.post-meta {
font-size: x-small;
.meta-tags {
display: flex;
* + * {
&::before {
content: ", "
}
}
}
}
.footnote-reference {
font-size: x-small;
}
.footnote-definition {
display: flex;
font-size: small;
border-top: 1px solid gray;
}
|