From c5c9c15d435bbff8dfe495807f31a4fa5987271b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 11 May 2019 09:33:09 +0000 Subject: dark216: disable text decoration on tags for light users, too For consistency with the dark scheme. --- lib/dark216.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dark216.rb b/lib/dark216.rb index 2a20fe1..c0e90ae 100644 --- a/lib/dark216.rb +++ b/lib/dark216.rb @@ -28,7 +28,7 @@ class Dark216 < Oldweb } @media screen AND (prefers-color-scheme:light) { *{background:#fff;color:#333} - a{color:#00f} + a{color:#00f;text-decoration:none} a:visited{color:#808} } -- cgit v1.2.3-24-ge0c7