From randallwiggins
(backgroun) |
|||
| Line 2: | Line 2: | ||
body { | body { | ||
background-color:#def; | background-color:#def; | ||
| + | } | ||
| + | .navbar-inner { | ||
| + | background-color:#dfefff; | ||
| + | |||
} | } | ||
Revision as of 01:48, 14 June 2018
/* CSS placed here will be applied to all skins */
body {
background-color:#def;
}
.navbar-inner {
background-color:#dfefff;
}