Dark mode using Wombat color scheme for hckrnews.com.
hckrnews.com Wombat by rudism
Details
Authorrudism
LicenseNo License
Categoryhckrnews
Created
Updated
Size942 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 hckrnews.com Wombat
@version 20210926.15.11
@namespace userstyles.world/user/rudism
@description Dark mode using Wombat color scheme for hckrnews.com.
@author rudism
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://hckrnews.com/") {
body,
.form-actions {
background: #242424;
color: #e3e0d7;
}
a {
color: #cae682;
}
.entries a.link {
color: #e3e0d7;
}
.entries a.link:visited,
.entries .source {
color: #9c998e;
}
.entries .homepage {
color: #e5796d;
}
header a,
header a:hover {
color: #88b8f6
}
.entries a:hover {
background-color: #080808;
color: #95e454;
}
.entries .tab,
.menu .nav-pills > .active > a,
.menu .nav-pills > .active > a:hover {
background-color: #88b8f6;
color: #080808;
}
.nav > li > a:hover {
background-color: #080808;
color: #e3e0d7;
}
.entries .day {
border-color: #88b8f6;
}
}