added color light blue

This commit is contained in:
Yves Gatesoupe 2020-07-15 23:29:09 +02:00
parent 673315fdbe
commit ef05bccd26
3 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@
"primary-glare": "#f1fcbe", "primary-glare": "#f1fcbe",
"secondary": "#282156", "secondary": "#282156",
"highlight": "#d6f253", "highlight": "#d6f253",
"light-blue": "#97dffc",
"light-gray": "#f1f0f7", "light-gray": "#f1f0f7",
"light": "#fff", "light": "#fff",
"mid": "#ccc", "mid": "#ccc",

View File

@ -21,6 +21,7 @@
--color-theme-highlight-block: #{get-color('highlight')}; --color-theme-highlight-block: #{get-color('highlight')};
--color-theme-secondary: #{get-color('secondary')}; --color-theme-secondary: #{get-color('secondary')};
--color-light-gray: #{get-color('light-gray')}; --color-light-gray: #{get-color('light-gray')};
--color-light-blue: #{get-color('light-blue')};
--color-white: #{get-color('light')}; --color-white: #{get-color('light')};
} }

View File

@ -30,7 +30,7 @@
border-radius: 1rem; border-radius: 1rem;
&.event { &.event {
background-color: #97dffc; background-color: var(--color-light-blue);
} }
&-heading { &-heading {