Skip to content

Dark Clipr by plumkator

Screenshot of Dark Clipr

Details

Authorplumkator

LicenseNo License

Categoryhttps://clipr.xyz/

Created

Updated

Code size1.5 kB

Code checksum56122d04

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for Clipr

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Dark Clipr
@version      20230909.21.39
@namespace    userstyles.world/user/plumkator
@description  Dark theme for Clipr
@author       plumkator
@license      No License
==/UserStyle== */

@-moz-document domain("clipr.xyz") {
html,body{
    background: #1c1c1c !important;
    color: #fff;
}
:root{
    scrollbar-color: #6d28d9 #1c1c1c;
}
a,h1,h2,h3,h4{
    color: #6d28d9 !important;
}
a:hover,p,span{
    color: #fff !important;
}
*{
    box-shadow: none !important;
	text-shadow: none !important;
}
input[type="text"],input[type="password"],input[type="email"],input[type="search"],input[type="submit"],input[type="tel"],input[type="url"],textarea,select{
    background: #1c1c1c !important;
    color: #6d28d9 !important;
    border: 1px solid #6d28d9 !important;
}
input[type="submit"]:hover{
    background: #6d28d9 !important;
    color: #fff !important;
}
form label{
    color: #6d28d9 !important;
}
/*HEADER*/
header .text-white{
    color: #fff !important;
}
header .text-white:hover{
    text-decoration: underline;
}
/*HEADER*/
/*STRONA-GŁÓWNA*/
main{
    background: #1c1c1c;
}
.bg-white{
    background: #1c1c1c;
    border: 1px solid #6d28d9;
}
main .prose.prose-primary li{
    color: #fff;
}
main .prose.prose-primary li::marker{
    color: #6d28d9 !important;
}
/*STRONA-GŁÓWNA*/
/*PODSTRONY*/
/*TRENDING*/
.bg-gray-100{
    background: #1c1c1c;
}
/*TRENDING*/
/*PODSTRONY*/
/*FOOTER*/
footer{
    background: #1c1c1c;
}
/*FOOTER*/
}

Reviews

No reviews yet.