MediaWiki:Common.css: Difference between revisions

From WiKAPPedia
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 7: Line 7:


.highlighted-row {
.highlighted-row {
background-color: #A69A11;
background-color: #D9CE36;
}
}


.theme-fandomdesktop-dark .highlighted-row {
.theme-fandomdesktop-dark .highlighted-row {
background-color: #D9CE36;
background-color: #A69A11;
}
}

Revision as of 11:25, 6 January 2023

.page-content .pi-title[data-item-name="formation-filipino-name"] {
  font-style: italic;
  font-size: 90%;
  font-weight: normal;
  filter: brightness(85%);
}

.highlighted-row {
	background-color: #D9CE36;
}

.theme-fandomdesktop-dark .highlighted-row {
	background-color: #A69A11;
}