This commit is contained in:
ICabaleiro 2020-05-04 14:02:51 +01:00
parent 4ab0680593
commit a23deddcfe
3 changed files with 1211 additions and 0 deletions

View file

@ -14,6 +14,14 @@ body {
/*font-family: "Open Sans",sans-serif;*/
}
/* Main background */
#custom-css .sub-header-container{
background-position: center top;
background-size: cover;
background-repeat: repeat;
background-attachment: fixed;
}
#custom-css #search-video{
background: var(--mainBackgroundColor) !important;
}