MediaWiki:Vector.css: Difference between revisions

From CoraTO Wiki - Official Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
figcaption {
figcaption {
color: #cfe6ff !important;
   background: rgba(39,76,119,.14) !important;
   background: var(--bg) !important;
}
}

Revision as of 09:22, 2 January 2026

figcaption {
	
  background: var(--bg) !important;
}