Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
More languages
m (removing ConfirmAccounts css to rework it)
Tags: Blanking Manual revert
No edit summary
Line 1: Line 1:
 
/**
* ConfirmAcccount theming
*
**/
.mw-confirmaccount-type-0 {
  background-color: var(--color-surface-4)
}
.mw-confirmaccount-body-0 {
  background-color: var(--color-surface-2)
}

Revision as of 18:58, 22 August 2024

/**
 *		ConfirmAcccount theming
 *		
**/
.mw-confirmaccount-type-0 {
  background-color: var(--color-surface-4)
}
.mw-confirmaccount-body-0 {
  background-color: var(--color-surface-2)
}