First adoption trial of the BitTube theme
This commit is contained in:
parent
398b04b30b
commit
d96e4b76f5
3 changed files with 10 additions and 7 deletions
|
@ -1,19 +1,24 @@
|
|||
body {
|
||||
--mainColor: #00abff;
|
||||
--mainColor: #e6007e;
|
||||
--mainBackgroundColor: #f2f0f0;
|
||||
--mainForegroundColor: #1b2733;
|
||||
--submenuColor: #ffffff;
|
||||
--inputColor: #ffffff;
|
||||
--inputPlaceholderColor: #1b2733;
|
||||
--menuAndHeaderBackgroundColor: #ffffff;
|
||||
--menuAndHeaderBackgroundColor: #46962b;
|
||||
--menuForegroundColor: #1b2733;
|
||||
--menuBackgroundColor: #ffffff;
|
||||
--whiteColor: #ffffff;
|
||||
--mainHoverColor: #0481bf;
|
||||
--mainHoverColor: #bf0269;
|
||||
--dangerBackgroundColor: #d9534f;
|
||||
/*font-family: "Open Sans",sans-serif;*/
|
||||
}
|
||||
|
||||
#custom-css .icon-logo {
|
||||
background-image: url(/client/assets/images/logo.png);
|
||||
background-size: 150px 150px;
|
||||
}
|
||||
|
||||
/* Main background */
|
||||
#custom-css .sub-header-container{
|
||||
background-position: center top;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue