add css variable for calendar colors

This commit is contained in:
Aadil Ayub 2022-02-02 16:53:31 +05:00
parent bdc0200d4d
commit 41e52ce461
1 changed files with 8 additions and 0 deletions

View File

@ -36,16 +36,24 @@
:root {
--border-color: tomato;
--tv-dark: #237D0F;
--tv-light: #E2FAD7;
--pen-dark: #E0005C;
--pen-light: #FEDAE9;
--social-light: #C2E4F2;
--social-dark: #0163A4;
--gallery-light: #FCF4B9;
--gallery-dark: #846A00;
--shouts-dark: #CB001D;
--shouts-light: #FFD9DD;
--calendar-light: #B6EDFF;
--calendar-dark: #0E64C8;
}