Difference between revisions of "MediaWiki:Mobile.css"

From Serial Experiments Lain wiki
Jump to: navigation, search
Tags: Mobile web edit Mobile edit
Tags: Mobile web edit Mobile edit
Line 3: Line 3:
 
}
 
}
 
#bodyContent {
 
#bodyContent {
   --color-link: #333232;
+
   --color-link: #A17B10;
 
}
 
}
 
.mw-footer {
 
.mw-footer {
background-color: #333232
+
background-color: #2B2A2B;
 
}
 
}
 
.mw-header citizen-header {
 
.mw-header citizen-header {
background-color: #333232
+
background-color: #2B2A2B;
 
}
 
}

Revision as of 09:28, 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;
}