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

MediaWiki:Mobile.css: Difference between revisions

MediaWiki interface page
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 2: Line 2:
   --color-surface-0: #333232;
   --color-surface-0: #333232;
}
}
:root.skin-citizen-dark {
.list-header {
  --color-link: #A17B10;
background-color: #333232;;
}
}
.mw-footer {
.mw-footer {
Line 18: Line 18:
background-color: #2B2A2B;
background-color: #2B2A2B;
}
}
.list-header {
:root.skin-citizen-dark {
background-color: #2B2A2B;
  --color-link: #A17B10;
}
}