contrast-hugo/static/css/index.css
2019-07-31 16:34:03 +02:00

33 lines
373 B
CSS

body > header h1 {
font-size: 1.6em;
}
article header h1 {
font-size: 1.7em;
margin-bottom: .2em;
}
.bright {
box-shadow: 0 0 .6em #3c3c3c0f;
}
.dark {
background: #2b2b2b;
color: #fff;
}
.archive li {
padding: .3em 0;
}
.archive a {
font-size: 1.1em;
}
.archive time {
display: inline-block;
font-size: 1.05em;
width: 6em;
margin: 0 .25em;
}