added color light blue
This commit is contained in:
parent
673315fdbe
commit
ef05bccd26
@ -15,6 +15,7 @@
|
||||
"primary-glare": "#f1fcbe",
|
||||
"secondary": "#282156",
|
||||
"highlight": "#d6f253",
|
||||
"light-blue": "#97dffc",
|
||||
"light-gray": "#f1f0f7",
|
||||
"light": "#fff",
|
||||
"mid": "#ccc",
|
||||
|
@ -21,6 +21,7 @@
|
||||
--color-theme-highlight-block: #{get-color('highlight')};
|
||||
--color-theme-secondary: #{get-color('secondary')};
|
||||
--color-light-gray: #{get-color('light-gray')};
|
||||
--color-light-blue: #{get-color('light-blue')};
|
||||
--color-white: #{get-color('light')};
|
||||
}
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
border-radius: 1rem;
|
||||
|
||||
&.event {
|
||||
background-color: #97dffc;
|
||||
background-color: var(--color-light-blue);
|
||||
}
|
||||
|
||||
&-heading {
|
||||
|
Loading…
Reference in New Issue
Block a user