update source viewer code block css
This commit is contained in:
parent
4b0a07387f
commit
4e8c8f6310
2 changed files with 8 additions and 0 deletions
|
@ -681,6 +681,10 @@ SourceViewer
|
|||
background-color: rgb(255, 255, 255);
|
||||
box-shadow: 0 0 1px rgb(160, 160, 160);
|
||||
}
|
||||
.OxThemeClassic .OxSourceViewer .OxComment pre > code {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
.OxThemeClassic .OxSourceViewer .OxCode {
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
|
|
|
@ -664,6 +664,10 @@ SourceViewer
|
|||
background-color: rgb(0, 0, 0);
|
||||
box-shadow: 0 0 1px rgb(255, 255, 255);
|
||||
}
|
||||
.OxThemeModern .OxSourceViewer .OxComment pre > code {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
.OxThemeModern .OxSourceViewer .OxCode {
|
||||
background-color: rgb(0, 0, 0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue