contrast-hugo/static/css/classes.css

35 lines
427 B
CSS
Raw Normal View History

2019-07-15 09:04:11 -04:00
.archive li {
2019-07-31 08:26:18 -04:00
font-size: 1.1em;
2019-07-15 09:04:11 -04:00
}
.archive time {
2019-07-31 08:26:18 -04:00
display: inline-block;
2020-02-03 11:05:50 -05:00
min-width: 10ch;
margin: 0 .2em;
2019-07-15 09:04:11 -04:00
}
2020-02-03 14:44:17 -05:00
2020-02-03 21:12:52 -05:00
.hidden {
display: none;
}
2020-02-18 11:40:33 -05:00
.more {
margin: 2em 0 1em;
}
.more a {
border-radius: 2px;
border: 1.5px solid #68f;
padding: .4em .8em;
transition: .2s;
}
.more a:hover {
color: #fff;
background: #68f;
text-decoration: inherit;
}
2020-02-03 14:44:17 -05:00
.fa, .fab, .fad, .fal, .far, .fas {
2020-02-05 15:54:37 -05:00
margin-right: 1.2em;
2020-02-03 14:44:17 -05:00
}