forked from DebaucheryLibrarian/traxxx
Using teleport for tooltips. Moved theme class to body tag with UI observer.
This commit is contained in:
@@ -12,6 +12,9 @@ $breakpoint4: 1500px;
|
||||
--text-dark: #222;
|
||||
--text-light: #fff;
|
||||
|
||||
--background-light: #fff;
|
||||
--background-dark: #222;
|
||||
|
||||
--darken: rgba(0, 0, 0, .5);
|
||||
--darken-strong: rgba(0, 0, 0, .7);
|
||||
--darken-extreme: rgba(0, 0, 0, .9);
|
||||
@@ -40,7 +43,7 @@ $breakpoint4: 1500px;
|
||||
--text: #222;
|
||||
--text-contrast: #fff;
|
||||
|
||||
--background: #fff;
|
||||
--background: var(--background-light);
|
||||
--background-dim: #fafafa;
|
||||
--background-soft: #fdfdfd;
|
||||
|
||||
@@ -71,7 +74,7 @@ $breakpoint4: 1500px;
|
||||
--text: #fff;
|
||||
--text-contrast: #222;
|
||||
|
||||
--background: #222;
|
||||
--background: var(--background-dark);
|
||||
--background-dim: #181818;
|
||||
--background-soft: #111;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user