Fix link color to be nicer (especially in dark mode).
parent
f80ce5b458
commit
f0ec85d635
|
@ -30,3 +30,7 @@ body:before {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #00b0ff;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue