aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/App.scss b/src/App.scss
index 6215663..23ee270 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -50,11 +50,13 @@ a {
text-decoration: none;
}
+$selectionColor: rgba($primaryAccentColor, 0.9)
+
::selection {
- color: $fgColor;
- background: $primaryAccentColor;
+ color: $darkgray;
+ background: $selectionColor;
}
::-moz-selection {
- color: $fgColor;
- background: $primaryAccentColor;
+ color: $darkgray;
+ background: $selectionColor;
}