MediaWiki:Minerva.css: Difference between revisions

Fix colour for collapsible content links on mobile view
No edit summary
(Fix colour for collapsible content links on mobile view)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
background-color:#2c343f;
background-color:#2c343f;
border-color:#2c343f
border-color:#2c343f
}
.overlay.search-overlay {
    background: #232a35;
}
.overlay.search-overlay .results, .overlay.search-overlay .search-feedback {
    background-color: #343f50;
}
}
.image {
.image {
Line 13: Line 19:
}
}
.content .infobox,
.content .infobox,
.toggle-list__list,
#mw-mf-page-center {
#mw-mf-page-center,
background-color: #282f37;
}
.toggle-list__list {
.toggle-list__list {
background-color: #282f37;
background-color: #171b1f;
}
}
.header {
.header {
Line 55: Line 62:
.toggle-list-item__label,
.toggle-list-item__label,
.minerva__tab-container .minerva__tab,
.minerva__tab-container .minerva__tab,
.toggle-list-item__label {
.toggle-list-item__label,
.page-summary h3,
.page-summary h2 {
    color: #eee;
    color: #eee;
}
}
Line 70: Line 79:
}
}
}
}
.content table {
.content table {
     margin: 0.2rem;
     margin: 0.2rem;
Line 76: Line 86:
#mw-mf-page-left ul.hlist li a span {
#mw-mf-page-left ul.hlist li a span {
     font-size: 0.8125rem;
     font-size: 0.8125rem;
}
a.mw-collapsible-text {
  color: #29d;
}
}