contrast-hugo/static/css/classes.css
Niklas Buschmann 068f48121b improve sidebar
2020-02-04 03:12:52 +01:00

30 lines
384 B
CSS

.dark {
background: #1e1f25;
color: #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.archive li {
font-size: 1.1em;
}
.archive time {
display: inline-block;
min-width: 10ch;
margin: 0 .2em;
}
.full > a {
font-size: 1.5em;
width: 100%;
margin: .1em 0 .6em;
}
.hidden {
display: none;
}
.fa, .fab, .fad, .fal, .far, .fas {
margin-right: .6em;
}