From 877da13c9251f9ae43b17498d54ddfc6c823b1a6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 30 May 2024 13:25:12 +0300 Subject: [PATCH] revert-s*: add border-color --- web-browsers/revert-sans.user.css | 1 + web-browsers/revert-serif.user.css | 1 + 2 files changed, 2 insertions(+) diff --git a/web-browsers/revert-sans.user.css b/web-browsers/revert-sans.user.css index 31e812d..5aa1797 100644 --- a/web-browsers/revert-sans.user.css +++ b/web-browsers/revert-sans.user.css @@ -11,6 +11,7 @@ * { font-family: "Liberation Sans", "Arimo", "Arial", sans-serif; color: revert !important; + border-color: revert !important; background-color: revert !important; } a { diff --git a/web-browsers/revert-serif.user.css b/web-browsers/revert-serif.user.css index 4aec18a..330b4ec 100644 --- a/web-browsers/revert-serif.user.css +++ b/web-browsers/revert-serif.user.css @@ -11,6 +11,7 @@ * { font-family: "Liberation Serif", "Tinos", "Times New Roman", serif; color: revert !important; + border-color: revert !important; background-color: revert !important; } a {