theme 13, theme 14: edited colors for code tag
This commit is contained in:
parent
e83c839e44
commit
ca5a952d19
|
@ -1082,6 +1082,12 @@ a.thumbnail.active {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// code tag
|
||||||
|
code {
|
||||||
|
background-color: @input-bg-disabled;
|
||||||
|
color: @input-color;
|
||||||
|
}
|
||||||
|
|
||||||
// Specials ===================================================================
|
// Specials ===================================================================
|
||||||
body {
|
body {
|
||||||
background: #000 url('theme13/background.jpg') no-repeat top left;
|
background: #000 url('theme13/background.jpg') no-repeat top left;
|
||||||
|
|
|
@ -1082,6 +1082,12 @@ a.thumbnail.active {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// code tag
|
||||||
|
code {
|
||||||
|
background-color: @input-bg-disabled;
|
||||||
|
color: @input-color;
|
||||||
|
}
|
||||||
|
|
||||||
// Specials ===================================================================
|
// Specials ===================================================================
|
||||||
body {
|
body {
|
||||||
background: #000 url('theme13/background14.jpg') no-repeat top left;
|
background: #000 url('theme13/background14.jpg') no-repeat top left;
|
||||||
|
|
Loading…
Reference in New Issue