theme 13, theme 14: edited colors for code tag

This commit is contained in:
Xu 2020-12-07 20:11:59 +01:00 committed by msquare
parent e83c839e44
commit ca5a952d19
2 changed files with 12 additions and 0 deletions

View File

@ -1082,6 +1082,12 @@ a.thumbnail.active {
}
}
// code tag
code {
background-color: @input-bg-disabled;
color: @input-color;
}
// Specials ===================================================================
body {
background: #000 url('theme13/background.jpg') no-repeat top left;

View File

@ -1082,6 +1082,12 @@ a.thumbnail.active {
}
}
// code tag
code {
background-color: @input-bg-disabled;
color: @input-color;
}
// Specials ===================================================================
body {
background: #000 url('theme13/background14.jpg') no-repeat top left;