diff options
author | Ashley Cai <ashley.lcai@gmail.com> | 2021-07-10 00:17:09 -0700 |
---|---|---|
committer | Ashley Cai <ashley.lcai@gmail.com> | 2021-07-10 00:17:09 -0700 |
commit | 4fe24111c6eafc58927fcca9d8c46a5b92cc4078 (patch) | |
tree | 83d5b2b368ac58d1bca7a0bce81d538fe481dba6 /src/client/util/CaptureManager.scss | |
parent | 4c1fc6bcfdf603bb8c620f9288da09ed69587bfb (diff) |
Standardizing Colors, changing global CSS variables
Diffstat (limited to 'src/client/util/CaptureManager.scss')
-rw-r--r-- | src/client/util/CaptureManager.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/CaptureManager.scss b/src/client/util/CaptureManager.scss index 71539ee1e..a5024247e 100644 --- a/src/client/util/CaptureManager.scss +++ b/src/client/util/CaptureManager.scss @@ -1,4 +1,4 @@ -@import "../views/globalCssVariables"; +@import "../views/global/globalCssVariables"; .capture-interface { //background-color: whitesmoke !important; |