Skip to content

Instantly share code, notes, and snippets.

@sjmf
Created February 14, 2023 11:38
Show Gist options
  • Save sjmf/44c6249e1d2b8f3ebeac327645ead3c4 to your computer and use it in GitHub Desktop.
Save sjmf/44c6249e1d2b8f3ebeac327645ead3c4 to your computer and use it in GitHub Desktop.
PlusNet Hub Two Dark-mode userstyle
/* ==UserStyle==
@name 192.168.1.1 - bthomehub.home - 14/02/2023, 10:51:29
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Dark-mode for Plusnet Hub Two. Use with stylus addon.
@author Samantha Finnigan
==/UserStyle== */
@-moz-document domain("192.168.1.1"), domain("bthomehub.home") {
/* Insert code here... */
body, #select_option, #icon_box, #setIP, #setIPv6 {
background-color: #222 !important;
color: #eee !important;
}
.intro_text, .boxInbox, .Title_text,
.breadcrumb_text, #toppest_right,
.table_text, .table_text_-_bold, .BTtitleFont,
.BT_text, .sub_menu_text, .BTregularFont {
color: #eee !important;
}
.blackIP, .selectOption, p.type_up_rate.gray, p.type_IP.gray,
p.type_down_rate.gray, p.type_MAC.gray, p.type_name.black,
p.type_status.gray {
color: #ccc;
}
.ax_shape, .selectOption, .windowSelectOption, .IPselect,
#topWhiteBackground, #DeviceListWindow {
background-color: #333 !important;
color: #ccc;
}
#device_obj_box {
overflow: visible;
height: auto;
}
.link_text, .link_small_text, .link_button {
background: #333 !important;
color: #eee;
font-weight: bold;
border: none;
}
.link_text:hover, .link_small_text:hover, .link_button:hover {
background: #555 !important;
color: #fff;
font-weight: bolder;
border: 1px #666 solid;
}
.link_text:focus, .link_small_text:focus, .link_button:focus {
background: #333 !important;
color: #eee;
border: 1px #a01858 solid;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment