revert-s*: add border-color

This commit is contained in:
Aminda Suomalainen 2024-05-30 13:25:12 +03:00
parent 60b142660f
commit 877da13c92
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
* { * {
font-family: "Liberation Sans", "Arimo", "Arial", sans-serif; font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
color: revert !important; color: revert !important;
border-color: revert !important;
background-color: revert !important; background-color: revert !important;
} }
a { a {

View File

@ -11,6 +11,7 @@
* { * {
font-family: "Liberation Serif", "Tinos", "Times New Roman", serif; font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
color: revert !important; color: revert !important;
border-color: revert !important;
background-color: revert !important; background-color: revert !important;
} }
a { a {