feat(settings): add avatar setting

This commit is contained in:
Tom (plebeius.eth)
2024-07-12 20:22:09 +02:00
parent 9960e400e8
commit f2e4f14a33
47 changed files with 467 additions and 47 deletions
+9
View File
@@ -1,5 +1,8 @@
:root .yotsuba {
--color-scheme: light;
/* avatar */
--avatar-text-color: black;
/* backlink */
--post-backlink-text-color: navy;
@@ -415,6 +418,9 @@
:root .futaba {
--color-scheme: light;
/* avatar */
--avatar-text-color: black;
/* backlink */
--post-backlink-text-color: navy;
--post-backlink-text-decoration: underline;
@@ -772,6 +778,9 @@
:root .tomorrow {
--color-scheme: dark;
/* avatar */
--avatar-background-color: black;
/* backlink */
--post-backlink-text-color: #5f89ac;