Update code.scss

Fix #417

- Avoid appearance of dark border around visited code links in Safari.
This commit is contained in:
PLanCompS 2020-09-29 16:08:16 +02:00
parent 76f8f064ac
commit 2e377e45ac
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: