1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-03 13:05:32 +00:00

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

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: