Merge pull request 'Improve colors for links on dark mode since they're unreadable' (#14) from dark-mode-links into main

Reviewed-on: #14
This commit is contained in:
Anthony Wang 2022-10-17 23:48:20 +00:00
commit bd08d4893e

View File

@ -4,6 +4,14 @@
background-color: #111111;
color: #cccccc;
}
a:link {
color: #3eab86;
}
a:visited {
color: #4bd1a3;
}
}
body {