[add] cache fonts
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-11-29 06:15:44 -05:00
parent 39fd7ab1f1
commit 2c240f2f5c
15 changed files with 142 additions and 15 deletions

24
assets/reader/themes.css Normal file
View File

@@ -0,0 +1,24 @@
.light {
background-color: #fff;
color: #000;
}
.tan {
background: #d2b48c;
color: #333;
}
.blue {
background: #1f2937;
color: #fff;
}
.gray {
background: #232323;
color: #fff;
}
.black {
background: #000;
color: #ccc;
}