mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 22:27:24 -04:00
Default bg color and font color
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user