generated from inherentlee/11ty
form stuff
This commit is contained in:
@ -5,10 +5,13 @@
|
||||
--color-light: #e4edf3;
|
||||
--color-blue-dark: #0c436d;
|
||||
--color-blue-light: #5ca6ce;
|
||||
--color-red-light: #bb362a;
|
||||
--color-red-dark: #b82e1f;
|
||||
|
||||
--color-text: light-dark(var(--color-dark), var(--color-light));
|
||||
--color-bg: light-dark(var(--color-light), var(--color-dark));
|
||||
--color-accent: light-dark(var(--color-blue-dark), var(--color-blue-light));
|
||||
--color-red: light-dark(var(--color-red-dark), var(--color-red-light));
|
||||
}
|
||||
|
||||
/* numbered components are from https://www.joshwcomeau.com/css/custom-css-reset/ */
|
||||
|
||||
Reference in New Issue
Block a user