Initial Commit
This commit is contained in:
parent
b2d4fecec3
commit
59cb8f1d70
7 changed files with 101 additions and 7 deletions
12
styles.css
12
styles.css
|
|
@ -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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue