Initial Commit

This commit is contained in:
Leoh 2021-10-08 10:23:06 +05:30
parent b2d4fecec3
commit 59cb8f1d70
7 changed files with 101 additions and 7 deletions

View file

@ -1,2 +1,14 @@
/* Empty. change later */
.book {
border: 1px solid var(--background-modifier-border);
padding: 10px;
}
.book__title {
font-weight: 600;
}
.book__author {
color: var(--text-muted);
}