Themes and a theme picker
This commit is contained in:
@ -8,18 +8,18 @@
|
||||
--standard-border-radius: 5px;
|
||||
--border-width: 1px;
|
||||
|
||||
--bg: #FFFFEC;
|
||||
--accent-bg: #EEEEA7;
|
||||
--text: #424242;
|
||||
--text-light: #999957;
|
||||
--border: #B7B19C;
|
||||
--accent: #030093;
|
||||
--accent-hover: #2A8DC5;
|
||||
--accent-text: var(--bg);
|
||||
--code: #57864E;
|
||||
--preformatted: #424242;
|
||||
--marked: #B85C57;
|
||||
--disabled: #EAEBDB;
|
||||
--bg: #F0F2F5;
|
||||
--accent-bg: #E3E6EA;
|
||||
--text: #2C2C2C;
|
||||
--text-light: #9A9A9A;
|
||||
--border: #D1D7DC;
|
||||
--accent: #3454D1;
|
||||
--accent-hover: #6A8ED8;
|
||||
--accent-text: var(--bg);
|
||||
--code: #3C9E47;
|
||||
--preformatted: #2C2C2C;
|
||||
--marked: #D6674B;
|
||||
--disabled: #F1F3F6;
|
||||
}
|
||||
|
||||
/* Reset box-sizing */
|
||||
|
Reference in New Issue
Block a user