Figma redesign #13

Merged
pau merged 47 commits from staging into main 2023-01-09 21:46:18 +00:00
1 changed files with 5 additions and 5 deletions
Showing only changes of commit d18189e354 - Show all commits

View File

@ -29,11 +29,11 @@
}
#writing-page .thead {
font-family: IBMPlexSans;
font-family: IBMPlexSans, sans-serif;
}
.accordion .level-item {
font-family: IBMPlexSans;
font-family: IBMPlexSans, sans-serif;
}
.accordion .icon {
@ -56,7 +56,7 @@
}
.book-cell {
font-family: IBMPlexMono;
font-family: IBMPlexMono, monospace;
text-align: center;
}
.book-cover img {
@ -64,13 +64,13 @@
}
.book-blurb {
font-family: IBMPlexMono;
font-family: IBMPlexMono, monospace;
font-size: 12px;
padding-top: 10px;
}
.book-detail {
font-family: IBMPlexMono;
font-family: IBMPlexMono, monospace;
font-size: 18px;
padding-top: 10px;
text-decoration: underline;