1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-10 18:40:51 +00:00

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

View File

@ -11,6 +11,11 @@ code {
border-radius: $border-radius; 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 // Content structure for highlighted code blocks using fences or Liquid
// //
// ```[LANG]...```, no kramdown line_numbers: // ```[LANG]...```, no kramdown line_numbers: