aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-04-14 16:36:28 -0400
committertdro <tdro@noreply.example.com>2023-04-14 16:36:28 -0400
commit0b3a46195c4e617e2c60fd6c7838981557786425 (patch)
treec523ac2ba9b5fb258fe5aa8bef62d897bfa73bed /assets
parentc5380f601ff60132aa57d50061a921064ee74495 (diff)
downloadcanory-0b3a46195c4e617e2c60fd6c7838981557786425.tar.gz
canory-0b3a46195c4e617e2c60fd6c7838981557786425.tar.bz2
canory-0b3a46195c4e617e2c60fd6c7838981557786425.zip
assets/css/default: No color inherit on data-hover links
Causes white foreground on focus background
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 2cd30b3..e12e166 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1999,7 +1999,6 @@ link-card article a {
}
[data-hover]:hover {
- color: inherit;
text-decoration: underline;
}