From 42bb4ad698c414dc1a84184ca9b62bec40f5acfc Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 7 Oct 2021 23:21:32 +0200 Subject: Cleanup --- template/style.css | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'template/style.css') diff --git a/template/style.css b/template/style.css index 8da06fd..d4c77ad 100755 --- a/template/style.css +++ b/template/style.css @@ -38,12 +38,12 @@ hr { ::selection { - background: #ff0; + background: rgb(255, 241, 177); color: #000; } ::-moz-selection { - background: #ff0; + background: rgb(255, 241, 177); color: #000; } @@ -401,17 +401,6 @@ hr { border-top: 5px solid #f7f7f7; } - -::selection { - background: #ff0; - color: #000; -} - -::-moz-selection { - background: #ff0; - color: #000; -} - /* width of the page */ .wrapper { -- cgit v1.2.3