mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-08 04:51:23 -06:00
Update code.scss
Fix #417 - Avoid appearance of dark border around visited code links in Safari.
This commit is contained in:
parent
76f8f064ac
commit
2e377e45ac
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user