Skip to content

quote.redmaun.site by redmaun

Details

Authorredmaun

LicenseNo License

Categoryquote.redmaun.site

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark mode for S'LRZHALSCH quote

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         quote.redmaun.site
@version      20220107.12.27
@namespace    userstyles.world/user/redmaun
@description  dark mode for S'LRZHALSCH quote
@author       redmaun
@license      No License
==/UserStyle== */

@-moz-document domain("quote.redmaun.site") {
:root 
{
  color-scheme: dark;
}

body 
{
    background: #121212 !important;
}

#butt-cont 
{
    background: #2a2a2a !important;
    border: 1px solid #4a4a4a !important;
}

#github 
{
    background: #2a2a2a !important;
    height: 50px;
    width: 50px;
    right: 30px;
    top: 25px;
}

#github img
{
    content: url("https://img.icons8.com/windows/512/ffffff/github.png");
    width: 100%;
}

.cont 
{
    background: #1e1e1e !important;
    border: 1px solid #4a4a4a !important;
}

.title-row
{
    border-bottom: 1px solid #3a3a3a !important;
}

.el-text, .author 
{
    color: #fff !important;
}

.author:hover
{
    text-decoration: none;
}

a:hover{
    color: #64abff !important;
}
.nname
{
    color: #72aef6 !important;
}

a
{
    color: #55a3ff !important;
}

.nname:hover, a:hover
{
    text-decoration: underline;
}

.id, .date
{
    color: #aaa !important;    
}

.imgs-grid .imgs-grid-image:before
{
    background: transparent;
}


}

Reviews

No reviews yet.