added color light blue
This commit is contained in:
parent
673315fdbe
commit
ef05bccd26
@ -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",
|
||||||
|
@ -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')};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
|
|
||||||
&.event {
|
&.event {
|
||||||
background-color: #97dffc;
|
background-color: var(--color-light-blue);
|
||||||
}
|
}
|
||||||
|
|
||||||
&-heading {
|
&-heading {
|
||||||
|
Loading…
Reference in New Issue
Block a user