MediaWiki:Common.css: verschil tussen versies

Uit Auditpedia
Ga naar:navigatie, zoeken
Regel 3: Regel 3:
 
.portals-title {
 
.portals-title {
 
color: #E87510 !important;
 
color: #E87510 !important;
 +
}
 +
 +
.card-body.inhoud {
 +
  background-color: #f68b24;
 +
  color: white;
 +
  font-weight: 600;
 
}
 
}

Versie van 16 mrt 2022 13:11

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

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

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