mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Fix styling of simulated_a
This commit is contained in:
parent
fddca10b6b
commit
a59d0ddbee
1 changed files with 4 additions and 4 deletions
|
@ -394,7 +394,7 @@ span > select {
|
|||
color: #fff !important;
|
||||
}
|
||||
|
||||
.light-theme a {
|
||||
.light-theme a, .light-theme .simulated_a {
|
||||
color: #335d7a;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -429,7 +429,7 @@ span > select {
|
|||
color: #fff !important;
|
||||
}
|
||||
|
||||
.no-theme a {
|
||||
.no-theme a, .no-theme .simulated_a {
|
||||
color: #335d7a;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -464,7 +464,7 @@ span > select {
|
|||
color: rgb(0, 182, 240) !important;
|
||||
}
|
||||
|
||||
.dark-theme a {
|
||||
.dark-theme a, .dark-theme .simulated_a {
|
||||
color: #A8A095;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -528,7 +528,7 @@ body.dark-theme {
|
|||
color: rgb(0, 182, 240) !important;
|
||||
}
|
||||
|
||||
.no-theme a {
|
||||
.no-theme a, .no-theme .simulated_a {
|
||||
color: #a0a0a0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue