Skip to content

Commit 54a07d0

Browse files
css fix
underline vs. border-bottom weirdness
1 parent c80b299 commit 54a07d0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/static/css/main.css

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/main.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,10 @@ blockquote {
143143
a {
144144
color: var(--color-fg);
145145
--ul-color: var(--color-link);
146-
/* text-decoration: solid var(--ul-color) underline; */
146+
text-decoration: solid var(--ul-color) underline;
147+
-webkit-text-decoration: solid var(--ul-color) underline;
147148
/* for some reason underline doesn't work in Safari ?!? */
148-
border-bottom: 1px solid var(--ul-color);
149+
/* border-bottom: 1px solid var(--ul-color); */
149150
}
150151

151152
a:visited {

0 commit comments

Comments
 (0)