MediaWiki:Common.css: verschil tussen versies

Uit Auditpedia
Ga naar:navigatie, zoeken
Regel 21: Regel 21:
 
}
 
}
  
.related-portals p {
+
.related-subportals p {
 
     color: #212529;
 
     color: #212529;
 
}
 
}

Versie van 13 apr 2022 13:09

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

.portals-title {
	color: #E87510 !important;
}

.portal-cards .card-body.inhoud {
    background-color: #f68b24; 
    color: white; 
    font-weight: 600;
}

.portal-cards .card-header {
	background-color: #E87510; 
	color: white;
}

.lock-button.locked {
    background-color: #ff3c3c;
    border: red;
}

.related-subportals p {
    color: #212529;
}