test
This commit is contained in:
39
web/xava/style/light.css
Normal file
39
web/xava/style/light.css
Normal file
@@ -0,0 +1,39 @@
|
||||
@import 'base.css';
|
||||
|
||||
:root {
|
||||
--my-highlight: rgb(51, 103, 214);
|
||||
--my-lightgray: rgb(243, 243, 243);
|
||||
--my-gray: rgb(95, 99, 104);
|
||||
--my-black: rgb(32, 33, 36);
|
||||
|
||||
/* Modules left menu */
|
||||
--modules-list-color: var(--my-gray);
|
||||
--modules-list-background: var(--my-lightgray);
|
||||
--modules-list-selected-color: var(--my-black);
|
||||
|
||||
/* Module header */
|
||||
--module-header-color: var(--my-black);
|
||||
--module-header-background: white;
|
||||
|
||||
/* Button bar */
|
||||
--button-bar-background: var(--my-lightgray);
|
||||
--list-formats-color: gray;
|
||||
--list-formats-hover-color: var(--my-gray);
|
||||
|
||||
/* Backgrounds & labels */
|
||||
--background: white;
|
||||
--color: var(--my-black);
|
||||
|
||||
/* Frames */
|
||||
--frame-background: var(--my-lightgray);
|
||||
|
||||
/* Actions */
|
||||
--action-color: var(--my-gray);
|
||||
--action-hover-color: var(--my-black);
|
||||
--action-hover-background: lightgray;
|
||||
--default-action-button-background: var(--my-highlight);
|
||||
|
||||
/* Editors */
|
||||
--required-editor-border: gray;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user