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; }