Update to current version
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 12s
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 12s
This commit is contained in:
@@ -33,25 +33,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
pre code {
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: $alt-bg-color-dark;
|
||||
background-color: $lighter-alt-bg-color-dark;
|
||||
color: $fg-color-dark;
|
||||
}
|
||||
|
||||
// fix color schemes which do not explicitly set fg-color
|
||||
.highlight {
|
||||
pre {
|
||||
color: $fg-color;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
code {
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 2px solid $alt-bg-color-dark;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user