-
Backwards compatible with JSON and JSONC
-
Quotes on keys are optional if they only contain letters, digits,
_
,-
,.
,@
,/
-
Commas are optional
-
Trailing commas are allowed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
--navbar-position: sticky; /* `sticky` or `relative` */ | |
--max-website-width: 1300px; | |
--app-background: #111; | |
--light: #222; | |
--button-color: #333; | |
--button-focus: #444; | |
--gray: #888; | |
--text-primary: #578abf; | |
--text-primary-focus: #4077b1; |