nessus/style.css
html,
.logo.professional {
-webkit-filter: invert(100%);
}
img,
iframe,
div.plugin-details-header span.severity,
.sev-indicator {
-webkit-filter: invert(100%);
}
body {
background: #eee !important;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-button:vertical:increment {
background-color: #111;
}
::-webkit-scrollbar-button:vertical:increment:hover {
background-color: #666;
}
::-webkit-scrollbar-button:vertical:decrement {
background-color: #222;
}
::-webkit-scrollbar-button:vertical:decrement:hover {
background-color: #666;
}
::-webkit-scrollbar-thumb {
background-color: #222;
border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
background-color: #111;
}
::-webkit-scrollbar-track {
background-color: #111;
}
::-webkit-scrollbar-corner {
background-color: #111;
}
header {
background: #fff;
}
div.plugin-details-header span.severity,
.sev-indicator {
color: #000 !important;
}
header>a,
header>a.on,
#titlebar h1 a,
#tabs>a, #tabs-2>a {
color: #957373 !important;
}
a,
a:visited,
#footer .inner .links a {
color: #957373;
}
a:hover,
#footer .inner .links a:hover {
color: #957373;
}