Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* September 4, 2023: fix the darn sidebar */

.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited { color: #425910;			}	/* WP links (visited): Green, mixed with bg */
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a { color: #859900;			}	/* WP links: Green */

/* January 18, 2023: Widen My Neko Vector */
.mw-page-container {   padding-left : 10px;  }
.vector-feature-page-tools-disabled .mw-content-container, .vector-feature-page-tools-disabled .mw-table-of-contents-container { max-width   : 100%;  }
.vector-main-menu-container { width : 200px; }

/* January 18 2023: Stolen from Novem Linguae */
/** Left whitespace */
			.mw-page-container-inner {
				grid-template-columns: unset;
			} 


    /* September 25, 2020 -- New Vector solarized theme */

/* The stuff below this is for both Legacy and the acceptable new one. */

body {									color: #586e75;			}   /* base01, darkest gray content tone */
a:link {								color: #859900;			}	/* WP links: Green */ 
a:visited { 							color: #425910;			}	/* WP links (visited): Green, mixed with bg */
a.new:link {							color: #dc322f;	 		}	/* WP redlinks: Red */
a.new:visited { 						color: #6d2527;			}	/* WP redlinks (visited): Red, mixed with bg */
a.extiw:link {							color: #2aa198;	 		}	/* links to other Wikipedias: Cyan */
a.extiw:visited {						color: #145d5b;	 		}	/* links to other Wikipedias: Cyan, mixed with bg */
a.external:link {						color: #268bd2;	 		}	/* external links: Blue */
a.external:visited {					color: #6c71c4; 		}	/* external links (visited): Violet */
.toc {									background: #002b36;	}	/* Table of contents box: base03, darkest background */
.catlinks {								background: #002b36;	}	/* Category links at bottom: base03, darkest background */
.tocnumber {							color: #586e75; 		}	/* Page title: base01, darkest gray content tone */
.mw-body .firstHeading {				color: #586e75; 		}	/* Page title: base01, darkest gray content tone */
.mw-headline {							color: #586e75; 		}	/* those rare 1.2.3.4 headings: base01, darkest gray content tone */
.vector-menu-tabs li a {				background: #00141A;		/* Tabs on the top of the page, bg: base03, darkened */
    									color: #586e75; 		}	/* base01, darkest gray content tone */
.thumbinner {							border-color: #586e75; 		/* base01, darkest gray content tone */;
										background-color: #002b36}	/* base03, darkest background */	
.vector-menu-tabs .selected a:visited { color: #586e75; }	    	/* The currently selected tab: base01*/
pre, code, tt, kbd, samp, .mw-code {	color: #93a1a1;				/* code blocks, etc: base1,*/
										border: 1px solid #657b83;	/* base00, second darkest content */  
										background: #002b36;	}	/* base03, darkest background */
.wikEdDiffFragment {					background: transparent;	/* Diff fragments */
										color: #00141A			}	/* base02, one shade up from darkest */
/*	This won't work and I have no idea why. */
/*	Maybe because it loads the diff fragments after the rest of the page? */
div[wikEdDiffContainer] {	background: transparent; 			/* This doesn't do anything. */
							color: #00141A}		me			    /* Maybe this will work? */								    
/* 2020 oct 16: Make the revert success box monospace, */
/* so the talk links are (kinda) in the same place on every tab. */
#mw-rollback-success {		font-family:monospace 	}		    /* talk links show up in more predictable places */					
/* Stuff for the edit window */
/* Top toolbar */
.wikiEditor-ui-toolbar {	background-color: #073642}		    /* base02, one shade up from darkest */	
/* Edit box (warning: stupid) */
#wpTextbox1 {				background-color: #586e75}		    /* base01, darkest gray content tone */	
#wpTextbox1.mw-editfont-monospace {background-color: #586e75}	/* base01, darkest gray content tone */		
								
/* canned edit summary boxes */
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle {
							color: #586e75; 				    /* base01, darkest gray content tone */
							background-color: #002b36}		    /* base03, darkest background */
/* edit summary box */
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input {
							color: #93a1a1; 				    /* base01, lightest gray content tone */
    						background: #00141A		}		    /* base03, darkest bg, darkened */
/* Buttons to show preview, show changes, etc */  
/* this line is unbelievably long and probably doesn't have to be */
.oo-ui-buttonElement.oo-ui-labelElement > input.oo-ui-buttonElement-button, .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
							color: #B58900;					    /* YELLOW! */
							background-color: #00141A;		    /* base03, darkest bg, darkened */
    						border-color: #B58900	}		    /* YELLOW! */
/* this one seems to be just for the "Citations" check box */
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
							color: #B58900;					    /* YELLOW! */
							background-color: #00141A;		    /* base03, darkest bg, darkened */
    						border-color: #B58900	}		    /* YELLOW! */
/* the vaunted "publish changes" button */
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
							color: #00141A;					    /* base03, darkest bg, darkened */
							background-color: #B58900;		    /* YELLOW! */
    						border-color: #B58900	}		    /* YELLOW! */
    
/* Drop-down menu for the canned edit summaries */
.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget {
							background-color: #002b36;		    /* base03, darkest background */
							color: #586e75;			}		    /* base01, darkest gray content tone */
   
/* Top thing of the drop-down menu when you have it open. */
.oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle {
							background-color: #073642;		    /* base02, one shade up from darkest */
							color: #93a1a1;	}				    /* base1, lightest content tone */
    
/* If you're highlighting one of the canned summaries. */
.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
							background-color: #B58900;}		    /* YELLOW! */
	
/* Whichever one you've actually clicked on and selected. */
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted, .oo-ui-menuOptionWidget.oo-ui-optionWidget-pressed.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
							background-color: #073642;		    /* base02, one shade up from darkest */
							color: #B58900			}		    /* YELLOW! */
 
/* 2021 March 14: attempt to make transparent images not look like crap */
a.image img {				background: #F8F9FA		}		    /* Every image on the page (dumb): base1, lightest gray content tone */
										    
/* The stuff below here is for Legacy Vector only. */
/* Except the body borders, which are for Vector 2022. */
body {						background: #002b36; 	}		    /* Whole page (on bottom below all: base03, darkest background */ 
.mw-body {                  background: #00141A;                /* The meat and potatoes of it all: base03, darkest background, darkened */
                            color: #586e75;         
                            border-left-width: 10px;
                            border-left-style: solid;
                            border-left-color: #00141A;
                            border-right-width: 10px;
                            border-right-style: solid;
                            border-right-color: #00141A;
                            border-top-width: 10px;
                            border-top-style: solid;
                            border-top-color: #00141A;
                            border-bottom-width: 10px;
                            border-bottom-style: solid;
                            border-bottom-color: #00141A;
                          }   	    /* base01, darkest gray content tone */
#mw-head {					background: #002b36; 	}		    /* behind the logo/tabs/username &c: base03, darkest background */
#mw-panel { 				background: #002b36; 	}		    /* Sidebar to the left.: base03, darkest background */
.editOptions {				background-color: #002b36;		    /* Stuff below the posting box: base03, darkest background */
							color: #586e75;			}		    /* base01, darkest gray content tone */
#editpage-specialchars a {	background-color: #073642;		    /* Special character add buttons in posting box, base02 */
							border-color: #002b36; 			    /* base03, darkest background */
							color: #93a1a1;	}				    /* base1, lightest content tone */
.mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4 {	color: #586e75; }     /*headers: base01, darkest gray content tone */

/* The stuff below here is for the new one. */
.skin-vector-max-width .mw-page-container {     				/* Almost everything */
    						background: #00141A;			    /* base03, darkest bg, darkened */
							color: #586e75; 		}		    /* base01, darkest gray content tone */
.skin-vector-max-width #mw-panel {background: #002b36;}		    /* The sidebar to the left.: base03, darkest background */
											
.vector-menu-portal li a {	color: #586e75; 		}		    /* Unvisited links in left sidebar: base01, darkest gray content tone */
												
/* Success, at last, in making the sidebar links stay the same color, 2021 July 11 */
.mw-footer li {				color: #586e75; 		}		    /* Footer (includes copyright etc): base01, darkest gray content tone */									
.vector-menu-portal h3 {	color: #657b83; 		}		    /* Sidebar section headings: base0, gray content tone */											
.vector-menu-portal .vector-menu-content li a { color: #586e75; }	/* Sidebar links. The one above stopped workin: base01, darkest gray content tone */
.vector-menu-portal .vector-menu-content li a:visited {	color: #657b83; }	/* Visited in left sidebar */
												
/* More stuff for New Vector, 2021 July 09 */
.mw-page-container {		background-color: #002b36;}		    /* The first thing I thought to do. */
						
/* Sick of seeing this damn thing. */
.editpage-head-copywarn {	display:none; 			}		    /* Make that damn thing go away. */
/* Sick of seeing this damn thing. 2021 October 19 */	
.editnotice_BLP_editintro {	display:none; 			}		    /* Make this damn thing go away. */

.mwe-math-element { 		filter: invert(0.75);	}			/* Experimental: invert math formulas to make readable */

/* 2021 December 10: Infobox wars with myself, etc */

.thumbinner			{		background-color: #002B36 !important;	}	/* Base03 */
.mbox-small			{		color: #586e75 !important;	}				/* base01, darkest gray content tone */
.mbox-small			{		background-color: #002B36 !important;	}	/* Base03 */

.infobox			{		color: #586e75 !important;	}				/* base01, darkest gray content tone */	
.infobox.vcard		{		color: #586e75; 		}					/* Headline of infobox: base01, darkest gray content tone */
.infobox			{		background-color: #002B36 !important;	}	/* Base03 */
.infobox-above		{		background-color: #00141A !important;	}	/* Base03 darkened */
.infobox-header		{		background-color: #00141A !important;	}	/* Base03 darkened */

/* Darken... the LOGO???? */
.mw-wiki-logo { 		filter: invert(0.75);	}			/* Experimental: invert math formulas to make readable */

/* Try to darken some archive boxes. 2k21 December 10. */

.boilerplate.archived {		background: #002B36 !important;}	/* The following discussion is closed. Please do not modify it. */
.boilerplate.xfd-closed {		background: #002B36 !important;}	/* The following discussion is an archived debate of the proposed deletion of the article below. */

/* Make code blocks not look horrible, 2021 October 20. */
.mw-highlight .k  {			color: #579d4e;			}		    /* #008000 -> 50/50 "green", "cyan" */
.mw-highlight .kd {			color: #579d4e;			}		    /* #008000 -> 50/50 "green", "cyan" */
.mw-highlight .sx {			color: #579d4e;			}		    /* #008000 -> 50/50 "green", "cyan" */
.mw-highlight .nb {			color: #579d4e;			}		    /* #008000 -> 50/50 "green", "cyan" */
.mw-highlight .kc {			color: #579d4e;			}		    /* #008000 -> 50/50 "green", "cyan" */
.mw-highlight .nt {			color: #579d4e;			}		    /* #008000 -> 50/50 "green", "cyan" */

.mw-highlight .nv {			color: #6C71C4;			}		    /* #19177C -> "violet" */
.mw-highlight .vg {			color: #6C71C4;			}		    /* #19177C -> "violet" */

.mw-highlight .nd {			color: #a153a2;			}		    /* #AA22FF -> 50/50 "violet", "magenta" */

.mw-highlight .sr {			color: #D33682;			}		    /* #BB6688 -> "magenta" */

.mw-highlight .kt {			color: #d83458;			}		    /* #B00040 -> 50/50 "magenta", "red" */

.mw-highlight .nn {			color: #268BD2;			}		    /* #0000FF -> "blue" */
.mw-highlight .nf {			color: #268BD2;			}		    /* #0000FF -> "blue" */
.mw-highlight .nc {			color: #268BD2;			}		    /* #0000FF -> "blue" */

.mw-highlight .s  {			color: #DC322F;			}		    /* #BA2121 -> "red" */
.mw-highlight .s1 {			color: #DC322F;			}		    /* #BA2121 -> "red" */

.mw-highlight .o  {			color: #586E75;			}		    /* #666666 -> "base01" */
.mw-highlight .mi {			color: #586E75;			}		    /* #666666 -> "base01" */
.mw-highlight .mh {			color: #586E75;			}		    /* #666666 -> "base01" */

/* For add-on scripts */
a:superlinks-links {		color: #859900 !important;			}	/* WP links: Green */
.superlinks-links {		    color: #859900 !important;			}	/* WP links: Green */
.superlinks {	         	color: #859900 !important;			}	/* WP links: Green */
a:superlinks {		        color: #859900 !important;			}	/* WP links: Green */

.flaggedrevs-color-1 {      background-color: #002b36;			}
#pagehistory li.selected {			color: #586E75;				}   /* #666666 -> "base01" */

/* Vector 2022 stuff */
.vector-feature-page-tools-disabled .vector-main-menu, .vector-main-menu-container .vector-main-menu {	background-color: #00141A;	} /* base03 darkened */
.vector-language-sidebar-alert { background-color: #073642;		} /* base02 */

.sidebar-toc .sidebar-toc-link, .vector-toc .sidebar-toc-link, .sidebar-toc .vector-toc-link, .vector-toc .vector-toc-link { color: #859900 ; }
/* Sidebar TOC links: Green */ 
/* .vector-toc::after				{display: none;} /* Weird gradient thing. */
/* #vector-toc-pinned-container .sidebar-toc::after	{display: none;} /* Weird gradient thing. */
.vector-feature-page-tools-disabled .vector-main-menu-group .vector-menu-content li a, .vector-feature-page-tools-disabled .vector-main-menu-action-item .vector-menu-content li a { color: #859900; } /* Green for new sidebar links. */
.vector-feature-page-tools-disabled .vector-main-menu-group .vector-menu-content li a:visited, .vector-feature-page-tools-disabled .vector-main-menu-action-item .vector-menu-content li a:visited { color: #859900; } /* Green for visited new sidebar links. */
.vector-feature-page-tools-disabled .vector-main-menu-action .vector-main-menu-action-item .vector-language-sidebar-alert { color: #586e75}	/* base01, darkest gray content tone */

/* Top bar */
.vector-menu-tabs .mw-list-item.selected a, .vector-menu-tabs .mw-list-item.selected a:visited {color: #839496;} /* Active tab: base0 */
.skin-timeless #ca-viewitgallery > span, .skin-vector-2022 #ca-viewitgallery > span { color: #839496;} /* "view"? base0 */
.vector-menu-tabs .mw-list-item > a, .vector-page-toolbar-container .vector-menu-dropdown > a, .vector-menu-tabs .mw-list-item > .vector-menu-heading, .vector-page-toolbar-container .vector-menu-dropdown > .vector-menu-heading { color: #586E75;} /* topbar links: base01 */
#pt-userpage-2 span { color: #859900; } /* Green for userpage link. */
/* Cursed filter to make black icons Solarized Green: invert(0.5) sepia(1) hue-rotate(23deg) saturate(3) */
/* User icons at top right. */
.mw-ui-icon-wikimedia-bell {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */
.mw-ui-icon-wikimedia-tray {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */
.mw-ui-icon-wikimedia-watchlist {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */
.mw-ui-icon-wikimedia-userAvatar {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */
/* User dropdown menu. */
.vector-dropdown .mw-list-item a { color: #859900;} /* Green for dropdown user links. */
.vector-dropdown .mw-list-item a:visited { color: #859900;} /* Green for drotoolspdown user links. */
.vector-menu-checkbox:checked ~ .vector-menu-content {background-color: #00141A;} /* base03, darkened */
.mw-ui-icon-wikimedia-userTalk {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */
.mw-ui-icon-wikimedia-sandbox {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */
.mw-ui-icon-wikimedia-settings {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */
.mw-ui-icon-wikimedia-labFlask {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */
.mw-ui-icon-wikimedia-userContributions {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */
.mw-ui-icon-wikimedia-logOut {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */

/* Stuff at the top left/ */
.mw-logo-wordmark {filter: invert(0.5) sepia(1) hue-rotate(23deg) saturate(3);}
.mw-logo-tagline {filter: invert(0.5) sepia(1) hue-rotate(23deg) saturate(3);}
.mw-checkbox-hack-button {filter: invert(0.5) sepia(1) hue-rotate(23deg) saturate(3);}
.mw-logo-icon {filter: invert(0.8) sepia(1) hue-rotate(23deg) saturate(3);}

/* Sticky header */
.vector-sticky-header {background-color: #00141A; color: #586e75;} /* base03, darkened */

.vector-sticky-header-search-toggle {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */
.mw-ui-icon-wikimedia-speechBubbles {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */
.mw-ui-icon-wikimedia-history {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */
.mw-ui-icon-wikimedia-star {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */
.mw-ui-icon-wikimedia-unStar {filter: invert(0.7) sepia(1) hue-rotate(160deg) saturate(2.7);} /* cursed hack to make top icons solarized blue */

.mw-ui-icon-wikimedia-edit {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */
.mw-ui-icon-wikimedia-wikimedia-language {filter: invert(0.7) sepia(1) hue-rotate(23deg) saturate(2.7);} /* cursed hack to make top icons solarized green */
.mw-ui-button.mw-ui-quiet, .mw-ui-button.mw-ui-quiet.mw-ui-progressive, .mw-ui-button.mw-ui-quiet.mw-ui-destructive {color: #586e75;} /* "19 languages" etc */
/* Talk page "add topic" button, previously #2c5bb5 */
.mw-ui-icon-wikimedia-wikimedia-speechBubbleAdd-progressive {filter: invert(1) sepia(1) hue-rotate(23deg) saturate(4)} /* From H219 to H68 */


/* Sticky ToC */
.vector-toc {background-color: #00141A; color: #586e75;} /* base03, darkened */
.vector-pinnable-element {background-color: #00141A; color: #586e75;} /* base03, darkened */
.vector-toc-pinned #vector-toc-pinned-container .vector-toc::after, .vector-toc-pinned #vector-toc-pinned-container .sidebar-toc::after {display: none; } /* Get rid of weird gradient thing in TOC. */

/* Attempt to conquer TOC items that auto-change colors. */
.sidebar-toc .sidebar-toc-level-1-active:not(.sidebar-toc-list-item-active) > .sidebar-toc-link, .vector-toc .sidebar-toc-level-1-active:not(.sidebar-toc-list-item-active) > .sidebar-toc-link, .sidebar-toc .vector-toc-level-1-active:not(.vector-toc-list-item-active) > .vector-toc-link, .vector-toc .vector-toc-level-1-active:not(.vector-toc-list-item-active) > .vector-toc-link {color: #586e75 } /* oh boy */
/* here be dragons */
.sidebar-toc .sidebar-toc-list-item-active > .sidebar-toc-link .sidebar-toc-text, .vector-toc .sidebar-toc-list-item-active > .sidebar-toc-link .sidebar-toc-text, .sidebar-toc .sidebar-toc-level-1-active:not(.sidebar-toc-list-item-expanded) > .sidebar-toc-link .sidebar-toc-text, .vector-toc .sidebar-toc-level-1-active:not(.sidebar-toc-list-item-expanded) > .sidebar-toc-link .sidebar-toc-text, .sidebar-toc .sidebar-toc-list-item-active.sidebar-toc-level-1-active > .sidebar-toc-link .sidebar-toc-text, .vector-toc .sidebar-toc-list-item-active.sidebar-toc-level-1-active > .sidebar-toc-link .sidebar-toc-text, .sidebar-toc .vector-toc-list-item-active > .sidebar-toc-link .sidebar-toc-text, .vector-toc .vector-toc-list-item-active > .sidebar-toc-link .sidebar-toc-text, .sidebar-toc .vector-toc-level-1-active:not(.vector-toc-list-item-expanded) > .sidebar-toc-link .sidebar-toc-text, .vector-toc .vector-toc-level-1-active:not(.vector-toc-list-item-expanded) > .sidebar-toc-link .sidebar-toc-text, .sidebar-toc .vector-toc-list-item-active.vector-toc-level-1-active > .sidebar-toc-link .sidebar-toc-text, .vector-toc .vector-toc-list-item-active.vector-toc-level-1-active > .sidebar-toc-link .sidebar-toc-text, .sidebar-toc .sidebar-toc-list-item-active > .vector-toc-link .sidebar-toc-text, .vector-toc .sidebar-toc-list-item-active > .vector-toc-link .sidebar-toc-text, .sidebar-toc .sidebar-toc-level-1-active:not(.sidebar-toc-list-item-expanded) > .vector-toc-link .sidebar-toc-text, .vector-toc .sidebar-toc-level-1-active:not(.sidebar-toc-list-item-expanded) > .vector-toc-link .sidebar-toc-text, .sidebar-toc .sidebar-toc-list-item-active.sidebar-toc-level-1-active > .vector-toc-link .sidebar-toc-text, .vector-toc .sidebar-toc-list-item-active.sidebar-toc-level-1-active > .vector-toc-link .sidebar-toc-text, .sidebar-toc .vector-toc-list-item-active > .vector-toc-link .sidebar-toc-text, .vector-toc .vector-toc-list-item-active > .vector-toc-link .sidebar-toc-text, .sidebar-toc .vector-toc-level-1-active:not(.vector-toc-list-item-expanded) > .vector-toc-link .sidebar-toc-text, .vector-toc .vector-toc-level-1-active:not(.vector-toc-list-item-expanded) > .vector-toc-link .sidebar-toc-text, .sidebar-toc .vector-toc-list-item-active.vector-toc-level-1-active > .vector-toc-link .sidebar-toc-text, .vector-toc .vector-toc-list-item-active.vector-toc-level-1-active > .vector-toc-link .sidebar-toc-text, .sidebar-toc .sidebar-toc-list-item-active > .sidebar-toc-link .vector-toc-text, .vector-toc .sidebar-toc-list-item-active > .sidebar-toc-link .vector-toc-text, .sidebar-toc .sidebar-toc-level-1-active:not(.sidebar-toc-list-item-expanded) > .sidebar-toc-link .vector-toc-text, .vector-toc .sidebar-toc-level-1-active:not(.sidebar-toc-list-item-expanded) > .sidebar-toc-link .vector-toc-text, .sidebar-toc .sidebar-toc-list-item-active.sidebar-toc-level-1-active > .sidebar-toc-link .vector-toc-text, .vector-toc .sidebar-toc-list-item-active.sidebar-toc-level-1-active > .sidebar-toc-link .vector-toc-text, .sidebar-toc .vector-toc-list-item-active > .sidebar-toc-link .vector-toc-text, .vector-toc .vector-toc-list-item-active > .sidebar-toc-link .vector-toc-text, .sidebar-toc .vector-toc-level-1-active:not(.vector-toc-list-item-expanded) > .sidebar-toc-link .vector-toc-text, .vector-toc .vector-toc-level-1-active:not(.vector-toc-list-item-expanded) > .sidebar-toc-link .vector-toc-text, .sidebar-toc .vector-toc-list-item-active.vector-toc-level-1-active > .sidebar-toc-link .vector-toc-text, .vector-toc .vector-toc-list-item-active.vector-toc-level-1-active > .sidebar-toc-link .vector-toc-text, .sidebar-toc .sidebar-toc-list-item-active > .vector-toc-link .vector-toc-text, .vector-toc .sidebar-toc-list-item-active > .vector-toc-link .vector-toc-text, .sidebar-toc .sidebar-toc-level-1-active:not(.sidebar-toc-list-item-expanded) > .vector-toc-link .vector-toc-text, .vector-toc .sidebar-toc-level-1-active:not(.sidebar-toc-list-item-expanded) > .vector-toc-link .vector-toc-text, .sidebar-toc .sidebar-toc-list-item-active.sidebar-toc-level-1-active > .vector-toc-link .vector-toc-text, .vector-toc .sidebar-toc-list-item-active.sidebar-toc-level-1-active > .vector-toc-link .vector-toc-text, .sidebar-toc .vector-toc-list-item-active > .vector-toc-link .vector-toc-text, .vector-toc .vector-toc-list-item-active > .vector-toc-link .vector-toc-text, .sidebar-toc .vector-toc-level-1-active:not(.vector-toc-list-item-expanded) > .vector-toc-link .vector-toc-text, .vector-toc .vector-toc-level-1-active:not(.vector-toc-list-item-expanded) > .vector-toc-link .vector-toc-text, .sidebar-toc .vector-toc-list-item-active.vector-toc-level-1-active > .vector-toc-link .vector-toc-text, .vector-toc .vector-toc-list-item-active.vector-toc-level-1-active > .vector-toc-link .vector-toc-text {color: #586e75 }/* what da ... apparently this works?*/
/* 2023 11 19: I have learned a little more about CSS so my rules might not be so bad from now on */

.cdx-button, .cdx-button:enabled  {
background: #002b36;		  	    /* base03, darkest background */
color: #586e75;			}		    /* base01, darkest gray content tone */

.navpopup { background: #002b36; }		  	    /* base03, darkest background */
.popup_history_row_even {background: #00141A;}  /* base03, darkened */
.mw-redirect {color: #9d9100 !important;} /* Halfway between green and yellow (B58900) for redirect links */