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