1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2025-03-14 05:04:40 -05:00

fix: Link colors for dark mode

This commit is contained in:
Sayantan Santra 2025-03-03 18:34:57 -06:00
parent babf3d8911
commit 90b04b1f21
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898

View file

@ -42,6 +42,10 @@ legend {
margin: 20px auto auto;
}
a {
color: light-dark(blue, #3391ff);
}
table tr td div {
max-height: 75px;
line-height: 25px;