Update styling

This commit is contained in:
panr
2020-06-18 00:21:15 +02:00
parent d450f681f0
commit 04d9175af8
11 changed files with 94 additions and 15 deletions

View File

@ -1,3 +1,20 @@
.index-content {
margin-top: 20px;
}
.framed {
border: 1px solid var(--accent);
padding: 20px;
*:first-child {
margin-top: 0;
}
*:last-child {
margin-bottom: 0;
}
}
.posts {
width: 100%;
}
@ -74,7 +91,7 @@
ul {
list-style: none;
li:before {
li:not(:empty):before {
content: '-';
position: absolute;
left: -20px;
@ -109,3 +126,7 @@
h1:hover a, h2:hover a, h3:hover a, h4:hover a {
visibility: visible;
}
.footnotes {
color: color-mod(var(--color) alpha(50%));
}