Embed css themes to simplify adding and testing new themes (#489)

This commit is contained in:
mikupls
2022-05-21 03:41:31 +02:00
committed by GitHub
parent 1c8bcf33c1
commit 60c7b6b23f
14 changed files with 274 additions and 121 deletions

14
static/themes/light.css Normal file
View File

@ -0,0 +1,14 @@
/* Light theme setting */
.light {
--accent: #009a9a;
--green: #00a229;
--text: black;
--foreground: #f5f5f5;
--background: #ddd;
--outside: #ececec;
--post: #eee;
--panel-border: 1px solid #ccc;
--highlighted: white;
--visited: #555;
--shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}