AnthoLume/assets/reader/themes.css
Evan Reichard 2c240f2f5c
Some checks failed
continuous-integration/drone/push Build is failing
[add] cache fonts
2023-11-29 06:15:44 -05:00

25 lines
245 B
CSS

.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;
}