mirror of
https://github.com/thangisme/notes.git
synced 2025-01-02 19:36:34 -05:00
Merge pull request #445 from pdmosses/visited-code-links
Update code.scss
This commit is contained in:
commit
1e468b4bff
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user