add css variable for calendar colors
This commit is contained in:
parent
bdc0200d4d
commit
41e52ce461
@ -36,16 +36,24 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
--border-color: tomato;
|
--border-color: tomato;
|
||||||
|
|
||||||
--tv-dark: #237D0F;
|
--tv-dark: #237D0F;
|
||||||
--tv-light: #E2FAD7;
|
--tv-light: #E2FAD7;
|
||||||
|
|
||||||
--pen-dark: #E0005C;
|
--pen-dark: #E0005C;
|
||||||
--pen-light: #FEDAE9;
|
--pen-light: #FEDAE9;
|
||||||
|
|
||||||
--social-light: #C2E4F2;
|
--social-light: #C2E4F2;
|
||||||
--social-dark: #0163A4;
|
--social-dark: #0163A4;
|
||||||
|
|
||||||
--gallery-light: #FCF4B9;
|
--gallery-light: #FCF4B9;
|
||||||
--gallery-dark: #846A00;
|
--gallery-dark: #846A00;
|
||||||
|
|
||||||
--shouts-dark: #CB001D;
|
--shouts-dark: #CB001D;
|
||||||
--shouts-light: #FFD9DD;
|
--shouts-light: #FFD9DD;
|
||||||
|
|
||||||
|
--calendar-light: #B6EDFF;
|
||||||
|
--calendar-dark: #0E64C8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user