Skip to content

Instantly share code, notes, and snippets.

@jkoop
Last active February 24, 2022 18:46
Show Gist options
  • Save jkoop/c707d274dbc37b9efda70b117ff9bfde to your computer and use it in GitHub Desktop.
Save jkoop/c707d274dbc37b9efda70b117ff9bfde to your computer and use it in GitHub Desktop.
@-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