MediaWiki:Mobile.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tags: Mobile edit Mobile web edit  | 
				No edit summary Tags: Mobile edit Mobile web edit  | 
				||
| Line 9: | Line 9: | ||
}  | }  | ||
.mw-header.citizen-header {  | .mw-header.citizen-header {  | ||
background-color: #2B2A2B;  | |||
}  | |||
.last-modified-bar-content  | |||
background-color: #2B2A2B;  | |||
}  | |||
#footer-bottom-content  | |||
background-color: #2B2A2B;  | background-color: #2B2A2B;  | ||
}  | }  | ||
Revision as of 09:37, 5 August 2022
:root.skin-citizen-dark {
  --color-surface-0: #333232;
}
#bodyContent {
  --color-link: #A17B10;
}
.mw-footer {
background-color: #2B2A2B;
}
.mw-header.citizen-header {
background-color: #2B2A2B;
}
.last-modified-bar-content
background-color: #2B2A2B;
}
#footer-bottom-content
background-color: #2B2A2B;
}