contrast-hugo/static/css/classes.css

26 lines
437 B
CSS
Raw Normal View History

2019-07-31 10:34:03 -04:00
.bright {
2020-02-03 11:05:50 -05:00
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);
2019-07-15 09:04:11 -04:00
}
2019-07-31 10:34:03 -04:00
.dark {
2020-02-03 11:05:50 -05:00
background: #1e1f25;
2019-07-31 10:34:03 -04:00
color: #fff;
2020-02-03 11:05:50 -05:00
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
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
.fa, .fab, .fad, .fal, .far, .fas {
margin-right: 1.2em;
}