Skip to content

Dark Anime Update by dpj06

Screenshot of Dark Anime Update

Details

Authordpj06

LicenseCC BY

Categoryanime-update

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for anime-update.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Dark Anime Update
@namespace      https://userstyles.world/style/5867/dark-anime-update
@version        1.0.2
@description    Dark mode for anime-update.com
@author         Peach Paree
==/UserStyle== */

@-moz-document url-prefix("https://anime-update") {
    
    .breadcrumb {
        background-color: #404040;
    }
    
    a, h4 {
        color: #ddd !important;
    }
    
    h2, .anime-title {
        color: #47baf2 !important;
    }
    
    /* logo */
    .navbar-brand {
        background-color: #222 !important;
    }
    
    /* series link */
    .latestep_parent {
        color: maroon;
    }
    
    /* hmm */
    .alert {
        color: red;
    }
    
    /* nice */
    body, div, input {
        background-color: #222222 !important;
        color: #ddd;
    }
    
    /* slight hover effect */
    .well:hover {
        background-image: linear-gradient(to right bottom, 
            #404040, #313131, #222) !important;
    }
    
    /* go away */
    .animeinfo-div {
        background-image: none;
    }
    
    /* no hover effect 
    div {
        background-image: none !important;
    } */
    
    img {
        border: 0 !important;
        padding: 0 !important;
    }
    
    /* scrollbar */
    ::-webkit-scrollbar { 
        width: 15px;
    }
    ::-webkit-scrollbar-track {
        background: #222222;
    }
    ::-webkit-scrollbar-thumb {
        background: gray;
    }
    
    .post-message {
        color: white !important;
    }

}

Reviews

No reviews yet.