Last active
February 24, 2022 18:46
-
-
Save jkoop/c707d274dbc37b9efda70b117ff9bfde to your computer and use it in GitHub Desktop.
Stylus (https://bit.ly/3BPmxHj) export for Parchment (https://github.com/curiousdannii/parchment)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("iplayif.com") { | |
body { | |
background: black; | |
color: white; | |
} | |
:root { | |
--glkote-buffer-fg: #fff; | |
--glkote-buffer-bg: #222; | |
--glkote-buffer-reverse-fg: #222; | |
--glkote-buffer-reverse-bg: #ddd; | |
--glkote-grid-fg: #fff; | |
--glkote-grid-bg: #222; | |
--glkote-grid-reverse-fg: #222; | |
--glkote-grid-reverse-bg: #ddd; | |
} | |
span.Style_input { | |
color: var(--glkote-grid-fg); | |
} | |
input { | |
color: white; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment