add books on the shelf in library

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-05-09 23:04:58 +02:00
parent ca8849e280
commit da9969a82c
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
2 changed files with 13 additions and 5 deletions

View file

@ -110,6 +110,7 @@ p {
.borderbottom {
border-bottom-width: 2px;
border-color: var(--dark-3);
font-size: large;
}
.dark .borderbottom {
@ -210,4 +211,4 @@ blockquote {
.dark blockquote {
padding: 0 0 0 10px;
border-left: 5px solid var(--light-1);
}
}