Skip to content

Instantly share code, notes, and snippets.

@Kautenja
Last active January 20, 2020 23:11
Show Gist options
  • Save Kautenja/16fa9fa263a6370bdf2d6fdbbb0bdd84 to your computer and use it in GitHub Desktop.
Save Kautenja/16fa9fa263a6370bdf2d6fdbbb0bdd84 to your computer and use it in GitHub Desktop.
A stylesheet for Yamaha receiver web portals (Dark Mode)
/* Yamaha AV Receiver – Dark Mode */
.gr__receiver_local,
.gr__receiver_local body,
.gr__receiver_local div,
.gr__receiver_local span,
.gr__receiver_local font,
.gr__receiver_local h1,
.gr__receiver_local h2,
.gr__receiver_local h3,
.gr__receiver_local h4,
.gr__receiver_local h5,
.gr__receiver_local h6 {
background-color: #2b2d2f !important;
color: white !important;
}
.gr__receiver_local input,
.gr__receiver_local select {
background-color: #2b2d2f !important;
color: white !important;
border-color: #1b1d1f !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment