Merge pull request #445 from pdmosses/visited-code-links

Update code.scss
This commit is contained in:
Patrick Marsceill 2020-10-12 11:20:27 -04:00 committed by GitHub
commit 1e468b4bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ code {
border-radius: $border-radius;
}
// Avoid appearance of dark border around visited code links in Safari
a:visited code {
border-color: $border-color;
}
// Content structure for highlighted code blocks using fences or Liquid
//
// ```[LANG]...```, no kramdown line_numbers: