Dark mode using Catppuccin Mocha color scheme for hckrnews.com.
hckrnews.com Catppuccin Mocha by rudism
Details
Authorrudism
LicenseNo License
Categoryuserstyles
Created
Updated
Size943 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: #1e1e2e;
color: #cdd6f4;
}
a {
color: #a6e3a1;
}
.entries a.link {
color: #cdd6f4;
}
.entries a.link:visited,
.entries .source {
color: #a6adc8;
}
.entries .homepage {
color: #f38ba8;
}
header a,
header a:hover {
color: #89b4fa;
}
.entries a:hover {
background-color: #080808;
color: #a6e3a1;
}
.entries .tab,
.menu .nav-pills > .active > a,
.menu .nav-pills > .active > a:hover {
background-color: #cba6f7;
color: #11111b;
}
.nav > li > a:hover {
background-color: #11111b;
color: #f9e2af;
}
.entries .day {
border-color: #89b4fa;
}
}