mirror of
https://github.com/SinTan1729/chhoto-url
synced 2025-04-18 10:57:40 -05:00
fix: Link colors for dark mode
This commit is contained in:
parent
babf3d8911
commit
90b04b1f21
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ legend {
|
||||||
margin: 20px auto auto;
|
margin: 20px auto auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: light-dark(blue, #3391ff);
|
||||||
|
}
|
||||||
|
|
||||||
table tr td div {
|
table tr td div {
|
||||||
max-height: 75px;
|
max-height: 75px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
|
|
Loading…
Reference in a new issue