Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-science
community
just-the-docs
Commits
1e468b4b
Unverified
Commit
1e468b4b
authored
Oct 12, 2020
by
Patrick Marsceill
Committed by
GitHub
Oct 12, 2020
Browse files
Merge pull request #445 from pdmosses/visited-code-links
Update code.scss
parents
21565518
2e377e45
Changes
1
Hide whitespace changes
Inline
Side-by-side
_sass/code.scss
View file @
1e468b4b
...
...
@@ -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:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment