From 6580dadc74bd0eefe828adea8194d22908334e08 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Tue, 18 May 2021 22:53:34 +0530 Subject: [PATCH] checking pink Signed-off-by: Avinal Kumar --- themes/alchemy/static/css/theme.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/alchemy/static/css/theme.css b/themes/alchemy/static/css/theme.css index 2d57c9c..b3341cb 100644 --- a/themes/alchemy/static/css/theme.css +++ b/themes/alchemy/static/css/theme.css @@ -3,27 +3,27 @@ } ::selection { - background: #0085a1; + background: var(--pink); color: #fff; } ::-moz-selection { - background: #0085a1; + background: var(--pink); color: #fff; } ::-o-selection { - background: #0085a1; + background: var(--pink); color: #fff; } ::-ms-selection { - background: #0085a1; + background: var(--pink); color: #fff; } ::-webkit-selection { - background: #0085a1; + background: var(--pink); color: #fff; }