aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-20 02:15:08 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-20 02:52:51 +0100
commit9c8f2f065c3954de7cffc808137f621e0a5eaadf (patch)
treeaf2ac5705b1d0a5ee108646ccd19ed32fffdde07
parentFix license link line breaks (diff)
downloadblog-9c8f2f065c3954de7cffc808137f621e0a5eaadf.tar.gz
blog-9c8f2f065c3954de7cffc808137f621e0a5eaadf.tar.zst
blog-9c8f2f065c3954de7cffc808137f621e0a5eaadf.zip
Revert "Underline links for increased accessibility"
-rw-r--r--README.md1
-rw-r--r--src/css/custom.css19
2 files changed, 0 insertions, 20 deletions
diff --git a/README.md b/README.md
index 40963be..607f0a4 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,6 @@
3 3
4 SPDX-License-Identifier: CC-BY-4.0 4 SPDX-License-Identifier: CC-BY-4.0
5--> 5-->
6
7# Personal website of Kristóf Marussy 6# Personal website of Kristóf Marussy
8 7
9## Compilation 8## Compilation
diff --git a/src/css/custom.css b/src/css/custom.css
index d3c0b42..b8899be 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -97,25 +97,6 @@ h3 {
97 letter-spacing: var(--marussy-heading-tracking-looser); 97 letter-spacing: var(--marussy-heading-tracking-looser);
98} 98}
99 99
100a {
101 text-decoration: underline;
102 text-decoration-skip: auto;
103 text-underline-offset: 0.125em;
104 text-decoration-thickness: calc(max(1px, 0.0625em));
105}
106
107.navbar a,
108.table-of-contents a,
109a:hover,
110a:focus,
111.button {
112 text-decoration: none;
113}
114
115.table-of-contents a:hover {
116 text-decoration: underline;
117}
118
119.hash-link { 100.hash-link {
120 font-weight: 500; 101 font-weight: 500;
121 --casl: 0; 102 --casl: 0;