mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +01:00
Explicit button colours for these themes
This commit is contained in:
@@ -75,6 +75,8 @@ html[data-theme='bbs'] {
|
||||
--font-family: monospace;
|
||||
--background-color: #FFF;
|
||||
--secondary-background-color: #ccc;
|
||||
--button-color: #FFFFFF;
|
||||
--button-text: var(--text-color);
|
||||
--text-color: #000;
|
||||
--secondary-text-color: #000;
|
||||
--link-color: #543fd7;
|
||||
@@ -94,6 +96,8 @@ html[data-theme='silo'] {
|
||||
/*--background-color: #003eaa;*/
|
||||
--background-color: #1d212c;
|
||||
--secondary-background-color: var(--highlight-color);
|
||||
--button-color: #FFFFFF;
|
||||
--button-text: var(--text-color);
|
||||
--text-color: #FFF;
|
||||
--secondary-text-color: #29292c;
|
||||
--link-color: #FF9800;
|
||||
|
||||
Reference in New Issue
Block a user