💄 redo some styling

This commit is contained in:
Sindre Kjelsrud 2023-12-11 21:05:44 +01:00
parent e6d400c46e
commit 514969f274

View file

@ -70,6 +70,7 @@ p {
.blog li {
list-style: disc inside;
padding-left: 10px;
}
.blog h1 {
@ -96,7 +97,7 @@ p {
.blog a { text-decoration: underline 3px; text-decoration-color: var(--light-1);}
.dark .blog a { text-decoration: underline 3px; text-decoration-color: var(--dark-1);}
.dark .blog a { text-decoration: underline 2px; text-decoration-color: var(--dark-1);}
.blogtime { color: var(--light-2); }