Update static/css/style.css

This commit is contained in:
Tracker-Friendly 2024-03-05 08:39:26 +00:00
parent 408e7437bc
commit 96aae82390
1 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,6 @@
:root {
--invertdm: 0%;
--link: #f8f8f8;
--bar: #f4f4f4;
--editor: #ffffff;
--text-color: #000000;
@ -24,7 +23,6 @@
@media (prefers-color-scheme: dark) {
:root {
--invertdm: 100%;
--link: #5c5c5c;
--bar: #2d2f31;
--editor: #202124;
--text-color: #ffffff;
@ -671,7 +669,7 @@ body {
.links a {
margin-left: 5px;
text-decoration: none;
background-color: var(--link);
background-color: var(--bar);
filter: invert(var(--invertdm));
color: var(--text-color);
padding: 10px;
@ -680,7 +678,7 @@ body {
}
.links a:hover {
background-color: #eaeaea;
background-color: var(--editor);
}
.links a img {