mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(settings): add avatar setting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user