commit 2f61a86d85a95cd990a0520f7005adb7cfa04cfd
parent ace4dc17bbad8d5133a4eda6e1d3c77d86f36f05
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Thu, 13 Feb 2020 21:19:13 -0500
Fix link hover colour for light theme
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/style/main.css b/style/main.css
@@ -331,6 +331,9 @@ select {
a:hover {
color: var(--hov-link-light);
}
+ nav > a:hover {
+ color: var(--hov-link-light);
+ }
input {
color: var(--fg-alt-light);
background-color: var(--bg-alt-light);