mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-29 08:35:23 +00:00
Fixed dark mode color for navigation
This commit is contained in:
parent
4f0fb48a76
commit
a9c3e500a9
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
#mw-header-menu-drawer-container a {
|
||||
.mw-header-menu-drawer-container a {
|
||||
&:hover {
|
||||
background-color: @dark-bg-60;
|
||||
color: @dark-text-90 !important;
|
||||
|
@ -94,7 +94,7 @@
|
|||
border-color: @dark-bg-20;
|
||||
}
|
||||
|
||||
#mw-header-menu-drawer {
|
||||
.mw-header-menu-drawer {
|
||||
background: @dark-bg-40;
|
||||
}
|
||||
|
||||
|
@ -107,7 +107,7 @@
|
|||
background: @dark-bg-50 !important;
|
||||
}
|
||||
|
||||
#mw-header-menu-drawer-container #mw-user-links #p-personal {
|
||||
.mw-header-menu-drawer-container .mw-user-links #p-personal {
|
||||
border-color: @dark-bg-50;
|
||||
}
|
||||
|
||||
|
@ -121,7 +121,7 @@
|
|||
border-color: @base-100;
|
||||
}
|
||||
|
||||
#mw-header-menu-toggle span,
|
||||
.mw-header-menu-toggle span,
|
||||
#site-search #search-toggle-icon-container #search-toggle-icon:before,
|
||||
#site-search #search-toggle-icon-container #search-toggle-icon:after {
|
||||
background: @base-100;
|
||||
|
@ -134,8 +134,8 @@
|
|||
.mw-body-content h4,
|
||||
.mw-body-content h5,
|
||||
.mw-body-content h6,
|
||||
#mw-header-menu .mw-wiki-title,
|
||||
#mw-header-menu-drawer-container h3 {
|
||||
.mw-header-menu .mw-wiki-title,
|
||||
.mw-header-menu-drawer-container h3 {
|
||||
color: @dark-text-100;
|
||||
}
|
||||
|
||||
|
@ -156,7 +156,7 @@
|
|||
.mw-body-content #contentSub2,
|
||||
.mw-body #siteSub,
|
||||
table.wikitable tr th,
|
||||
#mw-header-menu-drawer-container a,
|
||||
.mw-header-menu-drawer-container a,
|
||||
.mw-body-content #mw-content-text .mw-parser-output #toc a:hover,
|
||||
.suggestion-description {
|
||||
color: @dark-text-80 !important;
|
||||
|
@ -174,7 +174,7 @@
|
|||
|
||||
#page-tools #p-views li > a:after,
|
||||
#page-tools #p-actions > nav:before,
|
||||
#mw-header-menu-drawer-container a:after,
|
||||
.mw-header-menu-drawer-container a:after,
|
||||
.mw-editsection > a:before,
|
||||
#pt-notifications-alert .mw-echo-notifications-badge:before,
|
||||
#pt-notifications-notice .mw-echo-notifications-badge:before,
|
||||
|
|
Loading…
Reference in a new issue