mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 22:39:03 +02:00
N°8274 - Move body colors from legacy file to current theme files
This commit is contained in:
@@ -36,10 +36,6 @@
|
||||
html {
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
|
||||
}
|
||||
body {
|
||||
color: $text-color;
|
||||
background-color: $body-bg;
|
||||
}
|
||||
input,
|
||||
button,
|
||||
select,
|
||||
|
||||
@@ -5,4 +5,9 @@
|
||||
|
||||
/* SCSS variables (can be overloaded) */
|
||||
$ipb-body-text-color: $ipb-color-grey-900 !default;
|
||||
$ipb-body-background-color: $ipb-color-white-200 !default;
|
||||
$ipb-body-background-color: $ipb-color-white-200 !default;
|
||||
|
||||
body {
|
||||
color: $ipb-body-text-color;
|
||||
background-color: $ipb-body-background-color;
|
||||
}
|
||||
Reference in New Issue
Block a user