From cbabb13499219d3c64bdeebb302614883c38501c Mon Sep 17 00:00:00 2001 From: cunialino Date: Mon, 26 Jul 2021 16:13:19 +0200 Subject: [PATCH] First add --- .../ghy68hr3.default-1589368057377/chrome/userContent.css | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .mozilla/firefox/ghy68hr3.default-1589368057377/chrome/userContent.css diff --git a/.mozilla/firefox/ghy68hr3.default-1589368057377/chrome/userContent.css b/.mozilla/firefox/ghy68hr3.default-1589368057377/chrome/userContent.css new file mode 100644 index 0000000..a60bb5d --- /dev/null +++ b/.mozilla/firefox/ghy68hr3.default-1589368057377/chrome/userContent.css @@ -0,0 +1,2 @@ +a:link { color: green !important; } +a:visited { color: darkgreen !important; }