Skip to content

kiwifarm dark by minnieo

Details

Authorminnieo

Licensemit

Categorykiwifarms.st

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           kiwifarm
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("kiwifarms.st") {
    
    @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Reddit+Sans:ital,wght@0,200..900;1,200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
    
    *:not(.message-attachments) {
        background-color: #101010 !important;
        color: white !important;
/*         font-family: 'reddit sans' !important; */
    }
    

    
    a,
    a b {
        color: #9fd7ff !important;
    }
    
    a:hover,
    a b:hover {
        color: #5862ba !important;
    }
    
    a.reactionsBar-link,
    time.u-dt,
    div.message-userDetails {
        opacity: 40% !important;
    }
    
    div.message-inner {
        border: solid #ffffff2e 1px !important;
        border-radius: 3px;
    }
    
    div.message-avatar img {
        border-radius: 5% !important;
    }
    
    .bbCodeBlock-expandLink {
        background: linear-gradient(to bottom, rgba(66, 70, 77, 0) 0%, #22262bc2 80%) !important;
    }
    
    .notice.notice--primary {
        border: #6ae06a40 solid 1px !important;
        border-radius: 3px;
    }
    
    div.k-galleryModal {
        background-color: transparent !important;
    }
    
    a.file-preview,
    ul.attachmentList,
    .attachmentList *,
    .message-attachments {
        background-color: transparent !important;
    }
}

Reviews

No reviews yet.