Merge pull request #685 from auxten/patch-1
Fix code background color while using white mode
This commit is contained in:
@@ -30,10 +30,10 @@ pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
code, pre, .highlight table, .highlight tr, .highlight td {
|
code, pre, .highlight table, .highlight tr, .highlight td {
|
||||||
background: $code-background-color;
|
background: $code-background-color !important;
|
||||||
|
|
||||||
[theme=dark] & {
|
[theme=dark] & {
|
||||||
background: $code-background-color-dark;
|
background: $code-background-color-dark !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user