Merge pull request #290 from dmitmel/master

[pull] master from dmitmel:master
This commit is contained in:
pull[bot] 2021-06-17 04:33:16 +00:00 committed by GitHub
commit 6fb8f22daf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -318,6 +318,7 @@ pre {
// Inline code snippets.
code {
padding: 0.2em 0.3em;
color: inherit;
background-color: rgba(colorscheme.$base-03, 0.2);
border-radius: $border-radius;
}