Skip to content

Commit 1e468b4

Browse files
authored
Merge pull request barryclark#445 from pdmosses/visited-code-links
Update code.scss
2 parents 2156551 + 2e377e4 commit 1e468b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_sass/code.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ code {
1111
border-radius: $border-radius;
1212
}
1313

14+
// Avoid appearance of dark border around visited code links in Safari
15+
a:visited code {
16+
border-color: $border-color;
17+
}
18+
1419
// Content structure for highlighted code blocks using fences or Liquid
1520
//
1621
// ```[LANG]...```, no kramdown line_numbers:

0 commit comments

Comments
 (0)