about-page is looking good

This commit is contained in:
Sindre Kjelsrud 2023-12-09 17:32:22 +01:00
parent e6185c93b9
commit af6588113e
4 changed files with 65 additions and 15 deletions

View file

@ -97,4 +97,11 @@ body {
.blogtime { color: var(--light-2); }
.dark .blogtime { color: var(--dark-2); }
.dark .blogtime { color: var(--dark-2); }
/* RANDOM */
code {
display: block;
border-radius: 10px;
padding: 20px;
}