aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentButtonBar.scss
diff options
context:
space:
mode:
authorAshley Cai <ashley.lcai@gmail.com>2021-07-15 12:37:31 -0700
committerAshley Cai <ashley.lcai@gmail.com>2021-07-15 12:37:31 -0700
commit1a1fc27a66c95c947dc8d2a812484f37586133cd (patch)
treed4728f83e1af825f03917ecfa9442bd6b2cf6f2c /src/client/views/DocumentButtonBar.scss
parent4fe24111c6eafc58927fcca9d8c46a5b92cc4078 (diff)
Starting Color consistency
Diffstat (limited to 'src/client/views/DocumentButtonBar.scss')
-rw-r--r--src/client/views/DocumentButtonBar.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/DocumentButtonBar.scss b/src/client/views/DocumentButtonBar.scss
index e816c52a3..2a0b494f5 100644
--- a/src/client/views/DocumentButtonBar.scss
+++ b/src/client/views/DocumentButtonBar.scss
@@ -25,7 +25,7 @@ $linkGap : 3px;
border-radius: 50%;
opacity: 0.9;
pointer-events: auto;
- background-color: $dark-color;
+ background-color: $dark-gray;
color: $white;
text-transform: uppercase;
letter-spacing: 2px;
@@ -64,7 +64,7 @@ $linkGap : 3px;
text-align: center;
border-radius: 50%;
pointer-events: auto;
- background-color: $dark-color;
+ background-color: $dark-gray;
border: none;
transition: 0.2s ease all;