From aa6684d372fa10cb2a7dffbef13eb86742199e31 Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Thu, 21 Mar 2019 13:21:21 +0100
Subject: [PATCH] mehr uebersicht, links in blau (statt schwarz)

---
 userContent.css | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/userContent.css b/userContent.css
index 116cca3..2ce5475 100644
--- a/userContent.css
+++ b/userContent.css
@@ -118,10 +118,32 @@
 }
 
 @-moz-document domain(de.wikipedia.org) {
-.mw-parser-output div, .mw-parser-output div::selection, .mw-parser-output p, .mw-parser-output p::selection, .mw-parser-output a::selection, .mw-parser-output a, .mw-parser-output li, .mw-parser-output li::selection, .mw-parser-output ul::selection, .mw-parser-output ul, .mw-parser-output h1, .mw-parser-output h1::selection, .mw-parser-output h2, .mw-parser-output h2::selection, .mw-parser-output h3, .mw-parser-output h3::selection, .mw-parser-output h4, .mw-parser-output h4::selection, .mw-parser-output h5, .mw-parser-output h5::selection, .mw-parser-output label, .mw-parser-output span::selection, .mw-parser-output span::selection, .mw-parser-output th, .mw-parser-output th::selection, .mw-parser-output td, .mw-parser-output td::selection, .mw-parser-output tr, .mw-parser-output tr::selection, .mw-parser-output caption, .mw-parser-output caption::selection, .mw-parser-output code, .mw-parser-output video, .mw-parser-output pre, .mw-parser-output ol, .mw-parser-output strong {
+  .mw-parser-output div, .mw-parser-output div::selection,
+  .mw-parser-output p, .mw-parser-output p::selection,
+  .mw-parser-output li, .mw-parser-output li::selection, .mw-parser-output ul::selection,
+  .mw-parser-output ul, .mw-parser-output h1,
+  .mw-parser-output h1::selection, .mw-parser-output h2, .mw-parser-output h2::selection,
+  .mw-parser-output h3, .mw-parser-output h3::selection, .mw-parser-output h4,
+  .mw-parser-output h4::selection, .mw-parser-output h5,
+  .mw-parser-output h5::selection, .mw-parser-output label,
+  .mw-parser-output span::selection, .mw-parser-output span::selection,
+  .mw-parser-output th, .mw-parser-output th::selection, .mw-parser-output td,
+  .mw-parser-output td::selection, .mw-parser-output tr,
+  .mw-parser-output tr::selection, .mw-parser-output caption,
+  .mw-parser-output caption::selection, .mw-parser-output code,
+  .mw-parser-output video, .mw-parser-output pre, .mw-parser-output ol,
+  .mw-parser-output strong {
+
    	color: #111 !important;
     background: #fff !important;
     border: 0px #fff solid !important;
   }
+
+  .mw-parser-output a::selection, .mw-parser-output a {
+   	color: #00f !important;
+    background: #fff !important;
+    border: 0px #fff solid !important;
+  }
+
 }
 
-- 
GitLab