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-18 11:55:14 -05:00
|
|
|
.icons svg {
|
|
|
|
height: 1em;
|
|
|
|
width: 1em;
|
|
|
|
fill: currentColor;
|
|
|
|
transition: .2s color;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-bottom: .15em;
|
2020-02-03 14:44:17 -05:00
|
|
|
}
|