Changes

523 bytes added ,  10:49, 14 December 2020
darken the search overlay
Line 2: Line 2:     
/* from https://gist.github.com/AdamVig/5b1efdb3c71e3e0a0800a82a092503bc */
 
/* from https://gist.github.com/AdamVig/5b1efdb3c71e3e0a0800a82a092503bc */
#siteNotice,
   
footer .footer-content {
 
footer .footer-content {
  display:none
+
  margin-top: 1em;
 
}
 
}
 
body {
 
body {
Line 19: Line 18:  
.mw-highlight,
 
.mw-highlight,
 
.navbox,
 
.navbox,
.navbox-subgroup {
+
.navbox-subgroup,
 +
#mw-mf-page-center {
 
  background-color: #222
 
  background-color: #222
 
}
 
}
Line 68: Line 68:  
#mw-mf-page-left ul li {
 
#mw-mf-page-left ul li {
 
   border-top-color: #1c1c1c;
 
   border-top-color: #1c1c1c;
 +
}
 +
 +
.header-container.header-chrome {
 +
  background-image: linear-gradient(to top, #222, #191919)
 +
}
 +
.branding-box * {
 +
  color: #eee;
 +
  font-weight: bold;
 +
  margin-left: -1em;
 +
}
 +
.search {
 +
  margin-left: 1em;
 +
}
 +
.mw-ui-icon-before::before,
 +
.mw-ui-icon-element {
 +
  filter: brightness( 2 );
 +
}
 +
.toggle-list-item {
 +
  background-color: #222;
 +
}
 +
.toggle-list-item:hover, .overlay.search-overlay {
 +
  background-color: #333;
 +
}
 +
.toggle-list-item__label {
 +
  color: #aaa;
 +
}
 +
.last-modified-bar__content {
 +
  filter: brightness(2);
 
}
 
}
297

edits