/* Consistent readable active states for dark-mode users. */
html[data-theme="dark"] .view-switch button:not(.secondary),html[data-theme="dark"] .view-switch button.active,html[data-theme="dark"] .toolbar .active{background:#4169e1!important;border-color:#4169e1!important;color:#fff!important}html[data-theme="dark"] ::selection{background:#4169e1;color:#fff}
