Simple dark theme for Hetzner Robot dashboard using a tweaked invert syntax.
Hetzner Robot DarkInvert by antiops
Details
Authorantiops
LicenseNo License
Categoryhetzner
Created
Updated
Size493 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hetzner Robot DarkInvert
@version 20211119.02.28
@namespace userstyles.world/user/antiops
@description Simple dark theme for Hetzner Robot dashboard using a tweaked invert syntax.
@author antiops
@license No License
==/UserStyle== */
@-moz-document domain("robot.your-server.de") {
html {
-webkit-filter: invert(100%) hue-rotate(180deg) contrast(70%) !important;
background: #fff;
}
.line-content {
background-color: #fefefe;
}
}