Fix styling of simulated_a

This commit is contained in:
syeopite 2021-06-26 21:43:38 -07:00
parent fddca10b6b
commit a59d0ddbee
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82

View file

@ -394,7 +394,7 @@ span > select {
color: #fff !important; color: #fff !important;
} }
.light-theme a { .light-theme a, .light-theme .simulated_a {
color: #335d7a; color: #335d7a;
text-decoration: none; text-decoration: none;
} }
@ -429,7 +429,7 @@ span > select {
color: #fff !important; color: #fff !important;
} }
.no-theme a { .no-theme a, .no-theme .simulated_a {
color: #335d7a; color: #335d7a;
text-decoration: none; text-decoration: none;
} }
@ -464,7 +464,7 @@ span > select {
color: rgb(0, 182, 240) !important; color: rgb(0, 182, 240) !important;
} }
.dark-theme a { .dark-theme a, .dark-theme .simulated_a {
color: #A8A095; color: #A8A095;
text-decoration: none; text-decoration: none;
} }
@ -528,7 +528,7 @@ body.dark-theme {
color: rgb(0, 182, 240) !important; color: rgb(0, 182, 240) !important;
} }
.no-theme a { .no-theme a, .no-theme .simulated_a {
color: #a0a0a0; color: #a0a0a0;
text-decoration: none; text-decoration: none;
} }