Fix/theme colours #5
+7
-7
@@ -19,16 +19,16 @@
|
|||||||
--button-active-text: #ffffff;
|
--button-active-text: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Original DLR — 1987 red and blue */
|
/* Original DLR — 1987 red, white and blue */
|
||||||
[data-theme="original"] {
|
[data-theme="original"] {
|
||||||
--bg: #002b5c;
|
--bg: #f5f0e1;
|
||||||
--surface: #f5f0e1;
|
--surface: #002b5c;
|
||||||
--text: #f5f0e1;
|
--text: #002b5c;
|
||||||
--message: #f5f0e1;
|
--message: #002b5c;
|
||||||
--button-bg: #c8102e;
|
--button-bg: #c8102e;
|
||||||
--button-text: #f5f0e1;
|
--button-text: #f5f0e1;
|
||||||
--button-active-bg: #f5f0e1;
|
--button-active-bg: #002b5c;
|
||||||
--button-active-text: #002b5c;
|
--button-active-text: #f5f0e1;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|||||||
Reference in New Issue
Block a user