mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Default bg color and font color
This commit is contained in:
parent
ab024c37b9
commit
b8d1d0ea3c
@ -1,5 +1,11 @@
|
||||
*[theme],
|
||||
*[subtheme] {
|
||||
// Defaults just so we have something to start with. This
|
||||
// ensures that the UI is still usable if we making a change
|
||||
// that breaks the theme system during development.
|
||||
--color-bg: #fff;
|
||||
--color-font: #000;
|
||||
|
||||
--opacity-subtle: 0.7;
|
||||
--opacity-super-subtle: 0.5;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user