added la biblioteca

This commit is contained in:
Sindre Kjelsrud 2023-12-09 23:48:53 +01:00
parent bfdc04e02f
commit c26c1da4ed
4 changed files with 172 additions and 1 deletions

View file

@ -25,6 +25,10 @@ body {
font-family: Verdana, sans-serif;
}
p {
font-size: large;
}
/* HOME */
.social a {
color: var(--light-1);
@ -94,6 +98,17 @@ body {
.dark .blogtime { color: var(--dark-2); }
/* LOGS */
.borderbottom {
border-bottom-width: 2px;
border-color: var(--light-3);
}
.dark .borderbottom {
border-bottom-width: 2px;
border-color: var(--dark-3);
}
/* RANDOM */
code {
display: block;