(Created page with "→‎CSS placed here will be applied to all skins: .header-container { background: linear-gradient(90deg, rgba(6,68,61,1) 0%, rgba(126,201,21,1) 100%); }")
 
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 2: Line 2:


.header-container {
.header-container {
background: linear-gradient(90deg, rgba(6,68,61,1) 0%, rgba(126,201,21,1) 100%);
  background: rgba(0,0,0,1) !important;
color: #FFFFFF !important;
}
 
.header-container a {
color: rgba(255,255,255,1) !important;
}
.header-container .minerva-icon {
filter: invert(100%);
}
 
.minerva-header .branding-box {
  opacity: 1;
 
}
 
.minerva-header {
border-top: 0px;
}
.branding-box img {
 
width: 250px !important;
}
 
.header-container {
 
padding-top: 10px;
padding-bottom: 10px;
}
 
@media screen and (min-width: 720px) {
  .minerva-header .branding-box {
    min-width: 310px;
    width: auto;
  }
}
}

Latest revision as of 11:27, 24 April 2024

/* CSS placed here will be applied to all skins */

.header-container {
  background: rgba(0,0,0,1) !important;
color: #FFFFFF !important;
}

.header-container a {
color: rgba(255,255,255,1) !important;
}
.header-container .minerva-icon {
filter: invert(100%);
}

.minerva-header .branding-box {
  opacity: 1;

}

.minerva-header {
border-top: 0px;
}
.branding-box img {

width: 250px !important;
}

.header-container {

padding-top: 10px;
padding-bottom: 10px;
}

@media screen and (min-width: 720px) {
  .minerva-header .branding-box {
    min-width: 310px;
    width: auto;
  }
}