Skip to content

Commit 55062e7

Browse files
committed
fix: reduce underline thickness in links
1 parent d1b97a6 commit 55062e7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

theme/brand-dark.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ defaults:
8484
background-color: #11262D;
8585
}
8686
87+
a { text-decoration-thickness: 0.07em }
88+
8789
/* Headings */
8890
h1 { font-size: 2em }
8991
h2 { font-size: 1.75em; margin-top: 1em; margin-bottom: 0.25em; }

theme/brand-light.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ defaults:
8484
background-color: #E9E1DD;
8585
}
8686
87+
a { text-decoration-thickness: 0.07em }
88+
8789
/* Headings */
8890
h1 { font-size: 2em }
8991
h2 { font-size: 1.75em; margin-top: 1em; margin-bottom: 0.25em; }

0 commit comments

Comments
 (0)