Fix link color to be nicer (especially in dark mode).

master
Tom Hacohen 2020-06-21 14:36:24 +03:00
parent f80ce5b458
commit f0ec85d635
1 changed files with 4 additions and 0 deletions

View File

@ -30,3 +30,7 @@ body:before {
display: flex;
flex-direction: column;
}
a {
color: #00b0ff;
}