Silly mistake

This commit is contained in:
Tracker-Friendly 2024-03-06 17:19:40 +00:00
parent 96aae82390
commit 392182d6e1
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,6 @@ body {
margin-left: 5px; margin-left: 5px;
text-decoration: none; text-decoration: none;
background-color: var(--bar); background-color: var(--bar);
filter: invert(var(--invertdm));
color: var(--text-color); color: var(--text-color);
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
@ -684,6 +683,7 @@ body {
.links a img { .links a img {
transform: translateY(5px); transform: translateY(5px);
padding-right: 10px; padding-right: 10px;
filter: invert(var(--invertdm));
} }
.links a:hover { .links a:hover {