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
No edit summary
No edit summary
 
(42 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/**
#homepage-search:hover{
* ConfirmAcccount theming
background-color: var(--color-surface-2); /*homepage search bar color, needs to be here because we use variables*/
*
**/
.mw-confirmaccount-type-0 {
  background-color: var(--color-surface-4)
}
.mw-confirmaccount-body-0 {
  background-color: var(--color-surface-2)
}
}

Latest revision as of 15:48, 15 September 2024

#homepage-search:hover{
	background-color: var(--color-surface-2); /*homepage search bar color, needs to be here because we use variables*/
}