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/gold.css Normal file
View File

@ -0,0 +1,14 @@
/* Gold theme setting */
.gold {
--accent: #f2aa4c;
--green: #5cff85;
--text: white;
--foreground: #234;
--background: #101820;
--outside: #1b2936;
--post: #1b2936;
--panel-border: 0px solid black;
--highlighted: #234;
--visited: #aaa;
--shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}