From 001bf9063433521726d9d6b5b77ea9c0c95ea364 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Tue, 18 May 2021 23:07:54 +0530 Subject: [PATCH] revert 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 b3341cb..18877a2 100644 --- a/themes/alchemy/static/css/theme.css +++ b/themes/alchemy/static/css/theme.css @@ -3,27 +3,27 @@ } ::selection { - background: var(--pink); + background: #0085a1; color: #fff; } ::-moz-selection { - background: var(--pink); + background: #05bce0a9; color: #fff; } ::-o-selection { - background: var(--pink); + background: #0085a1; color: #fff; } ::-ms-selection { - background: var(--pink); + background: #0085a1; color: #fff; } ::-webkit-selection { - background: var(--pink); + background: #0085a1; color: #fff; }