Skip to content

GetEmoji - Amoled by xiggi

Details

Authorxiggi

LicenseNo License

Categorygetemoji

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Deep dark theme for getemoji.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           GetEmoji - Amoled
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Deep dark theme for getemoji.com
@author         Me
==/UserStyle== */

@-moz-document domain("getemoji.com") {
    body {
        background: #000;
        color: #ccc;
    }
    
    a:link, a:visited {
        color: #ccc;
    }
    
    a:hover, a:active {
        color: #fff;
        transition: 0.2s;
    }
    
.navbar-inverse {
    background-color: #0e0e0e;
    border-color: transparent;
}
    
.form-control {
    color: #ccc;
    background-color: #0e0e0e;
    border: 1px solid transparent;
}
    
.btn {
    color: #ccc;
    background-color: #0e0e0e;
    border: 1px solid transparent;
    }
    
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #242424;
    border-color: transparent;
        transition: 0.2s;
}
    
    ::selection {
        background: #242424;
        color: #fff;
    }
    
::-webkit-scrollbar {
    width: 8px;
    background-color:#000;
}
    
::-webkit-scrollbar-thumb {
background-color: #777;
    border-radius: 4px;
}
    
}

Reviews

No reviews yet.