From 94b86f4c333f1991c2d09c8ce02beaedf5abc721 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 1 Oct 2022 23:55:11 +0530 Subject: added a manage 'menu' page at /manage --- src/App.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/App.scss') 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; } -- cgit v1.2.3