Skip to content

Commit 4dbb3b7

Browse files
css tweak, browsers acting weird
1 parent ee54d19 commit 4dbb3b7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/static/css/main.css

Lines changed: 3 additions & 3 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,15 @@ blockquote {
141141
/* basic links */
142142

143143
a {
144+
color: inherit;
144145
--ul-color: var(--color-link);
145146
text-decoration: solid var(--ul-color) underline;
146-
-webkit-text-decoration: solid var(--ul-color) underline;
147-
/* for some reason underline doesn't work in Safari ?!? */
148-
/* border-bottom: 1px solid var(--ul-color); */
149147
}
150148

151149
a:visited {
152150
--ul-color: var(--color-link-visited);
151+
/* repeating it because Chrome is stupid */
152+
text-decoration: solid var(--ul-color) underline;
153153
}
154154

155155

0 commit comments

Comments
 (0)