aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-09-16 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-09-16 00:00:00 +0000
commit0fe40764f8188a96fc4d25e37f2a0e4e025e4a8e5c026d8fd462ca9af0519503 (patch)
tree15bed4d2526870bf20b957e9eca9874262ce26fe1f88400b937c35467ed196c9
parent75777a49ccda2889853f1d7ac877e33ac0505e0d7863bc00b3cce3948a593635 (diff)
Add link underlinesv1.0.4
Link underlines make links more accessible for users with low-contrast vision.
-rw-r--r--assets/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 855187d..91ccede 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -116,7 +116,7 @@ blockquote, ol, p, pre, ul, .highlight {
.link {
color: #0091ea;
- text-decoration: none;
+ text-underline-offset: 3px;
}
.link:hover {