aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.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/DocumentDecorations.scss
parent4fe24111c6eafc58927fcca9d8c46a5b92cc4078 (diff)
Starting Color consistency
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
-rw-r--r--src/client/views/DocumentDecorations.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss
index 47a8326bb..1715f35e7 100644
--- a/src/client/views/DocumentDecorations.scss
+++ b/src/client/views/DocumentDecorations.scss
@@ -286,8 +286,8 @@ $linkGap : 3px;
text-align: center;
border-radius: 50%;
pointer-events: auto;
- color: $dark-color;
- border: $dark-color 1px solid;
+ color: $dark-gray;
+ border: $dark-gray 1px solid;
}
.linkButton-linker:hover {
@@ -302,7 +302,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;
@@ -343,7 +343,7 @@ $linkGap : 3px;
border-radius: 50%;
opacity: 0.9;
font-size: 14;
- background-color: $dark-color;
+ background-color: $dark-gray;
color: $white;
text-align: center;
cursor: pointer;