diff options
| author | Ashley Cai <ashley.lcai@gmail.com> | 2021-07-15 12:37:31 -0700 |
|---|---|---|
| committer | Ashley Cai <ashley.lcai@gmail.com> | 2021-07-15 12:37:31 -0700 |
| commit | 1a1fc27a66c95c947dc8d2a812484f37586133cd (patch) | |
| tree | d4728f83e1af825f03917ecfa9442bd6b2cf6f2c /src/client/views/collections/CollectionStackingView.scss | |
| parent | 4fe24111c6eafc58927fcca9d8c46a5b92cc4078 (diff) | |
Starting Color consistency
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionStackingView.scss b/src/client/views/collections/CollectionStackingView.scss index f103d9581..4b123c8b6 100644 --- a/src/client/views/collections/CollectionStackingView.scss +++ b/src/client/views/collections/CollectionStackingView.scss @@ -96,7 +96,7 @@ height: 2vw; width: 100%; font-family: $sans-serif; - background: $dark-color; + background: $dark-gray; color: $white; } @@ -184,7 +184,7 @@ // overflow: hidden; overflow is visible so the color menu isn't hidden -ftong .editableView-input { - color: $dark-color; + color: $dark-gray; } .editableView-input:hover, @@ -205,7 +205,7 @@ display: flex; align-items: center; justify-content: center; - color: $dark-color; + color: $dark-gray; .editableView-container-editing-oneLine, .editableView-container-editing { |
