contrast-hugo/static/css/classes.css
Niklas Buschmann dc9cb278f6 merge upstream
2020-02-03 17:05:50 +01:00

23 lines
393 B
CSS

.bright {
background: rgba(255, 255, 255, 0.02);
box-shadow: 0 0 .6em rgba(28, 29, 34, 0.05);
border-bottom: 1px solid rgba(142, 142, 145, 0.16);
}
.dark {
background: #1e1f25;
color: #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.archive li {
font-size: 1.1em;
margin: .6em 0;
}
.archive time {
display: inline-block;
min-width: 10ch;
margin: 0 .2em;
}