๐ Enforces/Customises bustimes.org, a very useful site indeed.
๐ BusTimes Theme Customiser by PixelPirate

Details
AuthorPixelPirate
LicenseNo License
Categoryhttps://bustimes.org/
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ๐ BusTimes Theme Customiser
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Arrr, make yer **bustimes.org** experience smoother than a pirateโs sailinโ on a calm sea!
@author PixelPirate
==/UserStyle== */
@-moz-document url-prefix("https://bustimes.org/") {
:root, .dark-mode {
--brand-color: #ffff9e !important;
--brand-color-darker: #de8 !important;
--brand-color-darker-darker: #cd7 !important;
--border-color: var(--brand-color-darker) !important;
--border-color-darker: var(--brand-color-darker-darker) !important;
--black: #000 !important;
--white: #fff !important;
--red: red !important;
--background-color: var(--white) !important;
--text-color: #222 !important;
--link-color: #54c !important;
--active-link-color: var(--black) !important;
--summary-marker-color: var(--border-color) !important;
--lightningcss-light: initial!important;
--lightningcss-dark: !important;
--lightningcss-dark: !important;
color-scheme: light !important;
}
}