Darkmode for webheft.net
webheft.net by felixdottxt
Details
Authorfelixdottxt
LicenseNo License
Categorywebheft
Created
Updated
Size873 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 webheft.net
@version 20211128.21.24
@namespace userstyles.world/user/felixdottxt
@description Darkmode for webheft.net
@author felixdottxt
@license No License
==/UserStyle== */
@-moz-document domain("webheft.net") {
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
body{
background-color:#121212 !important;
}
.container{
background-color:transparent !important;
border:none !important;
}
*{
color: white !important;
font-family: 'Varela Round', sans-serif !important;
}
.well,.breadcrumb{
background-color: transparent !important;
}
.nav > li > a:hover{
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: underline white;
}
.brand img{
filter: invert(93%);
}
img{
filter: invert(93%);
}
h2{
color: #abcdef !important;
}
}