aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/custom.css')
-rw-r--r--src/css/custom.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/css/custom.css b/src/css/custom.css
index b8899be..d3c0b42 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -97,6 +97,25 @@ 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
100.hash-link { 119.hash-link {
101 font-weight: 500; 120 font-weight: 500;
102 --casl: 0; 121 --casl: 0;