mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
Fix code background color while using white mode
Fix code background color while using the white mode with code type markdown
This commit is contained in:
parent
4b24331134
commit
75307696e2
1 changed files with 2 additions and 2 deletions
|
@ -30,10 +30,10 @@ pre {
|
|||
}
|
||||
|
||||
code, pre, .highlight table, .highlight tr, .highlight td {
|
||||
background: $code-background-color;
|
||||
background: $code-background-color !important;
|
||||
|
||||
[theme=dark] & {
|
||||
background: $code-background-color-dark;
|
||||
background: $code-background-color-dark !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue