::selection {
				background-color: white;
				color: darkgray;
			}
			::-moz-selection {
				background-color: white;
				color: darkgray;
			}
			.dark-mode ::selection {
				background-color: darkgray;
				color: white;
			}
			.dark-mode ::-moz-selection {
				background-color: darkgray;
				color: white;
			}
			.highlighted {
				background-color: darkgray;
				color: white;
			}
			.dark-mode .highlighted {
				background-color: white;
				color: darkgray;
			}