MediaWiki:Common.css: Difference between revisions

From Astonia Redux
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
  color: #cbd9f4;
  color: #cbd9f4;
}
}
#bodyContent { color: #cbd9f4; }


#mw-panel {  
#mw-panel {  
Line 28: Line 30:
  color: #cbd9f4;
  color: #cbd9f4;
}
}
#content { color: #cbd9f4; }

Revision as of 03:08, 17 February 2023

/* CSS placed here will be applied to all skins */


#content { 
 background-color: rgb(21,37,60) !important;
 color: #cbd9f4;
}

#bodyContent { color: #cbd9f4; }

#mw-panel { 
 background-color: rgb(13,25,44) !important;
 color: #cbd9f4;
}

#p-navigation { 
 background-color: rgb(13,25,44) !important;
 color: #cbd9f4;
}

body { 
 background-color: rgb(13,25,44) !important; 
}

#mw-head-base {
 background-color: rgb(13,25,44) !important; 
}

body { 
 color: #cbd9f4;
}