Skip to content

Instantly share code, notes, and snippets.

@gerrustalker
Last active May 4, 2024 00:53
Show Gist options
  • Save gerrustalker/129637e4ff20490c4a0054eab788517e to your computer and use it in GitHub Desktop.
Save gerrustalker/129637e4ff20490c4a0054eab788517e to your computer and use it in GitHub Desktop.
check-host.net dark theme
/* ==UserStyle==
@name Check-Host Dark Theme
@namespace github.com/openstyles/stylus
@version 1.0.0
@author Lenofag Industries (lenofag.ru)
==/UserStyle== */
@-moz-document domain("check-host.net") {
body {
background: rgb(25, 25, 25);
color: white;
}
.field input {
border-color: rgb(30, 30, 30);
background: rgb(50, 50, 50);
color: white
}
.client-top, .client-bottom, .top-content, .bottom-content, .top-content, .bottom-content, #content {background: rgb(30, 30, 30);}
h1, h2 {color: white}
#insideyourip {color: black}
#insideyourip a, #insideyourip a:visited {color: rgb(100, 100, 100)}
#insideyourip a:hover {color: rgb(0, 0, 0)}
#incontent, #tools, #whois_result, #ff_addon, .action_btn, .zebra, table.result tbody, #post-top-content {
background: none;
background-color: rgb(30, 30, 30);
border-color: rgb(50, 50, 50);
box-shadow: none;
color: white;
}
table.httpreq td, table.dns td, table.hostinfo td, table.ping td, table.tcp td, table.udp td {border: none}
.sortable tbody tr:nth-child(odd), #aeza_container {
background-color: rgb(35, 35, 35);
}
#ff_addon:hover, .action_btn:hover, table.result tbody tr:hover {
background-color: rgb(50, 50, 50);
}
a:hover {
color: white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment