1
0
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:
2025-05-13 18:37:05 +02:00
parent f750a547d3
commit 22e73bc991

View File

@@ -75,6 +75,8 @@ html[data-theme='bbs'] {
--font-family: monospace; --font-family: monospace;
--background-color: #FFF; --background-color: #FFF;
--secondary-background-color: #ccc; --secondary-background-color: #ccc;
--button-color: #FFFFFF;
--button-text: var(--text-color);
--text-color: #000; --text-color: #000;
--secondary-text-color: #000; --secondary-text-color: #000;
--link-color: #543fd7; --link-color: #543fd7;
@@ -94,6 +96,8 @@ html[data-theme='silo'] {
/*--background-color: #003eaa;*/ /*--background-color: #003eaa;*/
--background-color: #1d212c; --background-color: #1d212c;
--secondary-background-color: var(--highlight-color); --secondary-background-color: var(--highlight-color);
--button-color: #FFFFFF;
--button-text: var(--text-color);
--text-color: #FFF; --text-color: #FFF;
--secondary-text-color: #29292c; --secondary-text-color: #29292c;
--link-color: #FF9800; --link-color: #FF9800;