Convert theme to css variables
* Opt-in for light and dark color schemes * Convert scss variables in _light.scss to css variables * Add _dark.scss for dark color scheme * Remove unused, theme-related variables
This commit is contained in:
parent
03d10f7de7
commit
c7286194f8
18 changed files with 189 additions and 257 deletions
|
@ -2,6 +2,6 @@
|
|||
-moz-user-focus: normal;
|
||||
color: -moz-nativehyperlinktext;
|
||||
text-decoration: underline;
|
||||
border: 1px solid transparent;
|
||||
border: var(--material-border-transparent);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue