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/views/collections/CollectionLinearView.scss | |
| parent | 4c1fc6bcfdf603bb8c620f9288da09ed69587bfb (diff) | |
Standardizing Colors, changing global CSS variables
Diffstat (limited to 'src/client/views/collections/CollectionLinearView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionLinearView.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/collections/CollectionLinearView.scss b/src/client/views/collections/CollectionLinearView.scss index ca72b98a5..632ce4417 100644 --- a/src/client/views/collections/CollectionLinearView.scss +++ b/src/client/views/collections/CollectionLinearView.scss @@ -1,4 +1,4 @@ -@import "../globalCssVariables"; +@import "../global/globalCssVariables"; @import "../_nodeModuleOverrides"; .collectionLinearView-outer { @@ -13,7 +13,7 @@ >span { background: $dark-color; - color: $light-color; + color: $white; border-radius: 18px; margin-right: 6px; cursor: pointer; @@ -64,7 +64,7 @@ margin-top: "auto"; margin-bottom: "auto"; background: $dark-color; - color: $light-color; + color: $white; display: inline-block; border-radius: 18px; font-size: 12.5px; @@ -82,7 +82,7 @@ } label:hover { - background: $main-accent; + background: $medium-gray; transform: scale(1.15); } |
