Skip to content

gamek.vn - semi-darkmode by phucduchicken

Screenshot of gamek.vn - semi-darkmode

Details

Authorphucduchicken

LicenseNo License

Categorygamek.vn

Created

Updated

Size607 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

gray and light text

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         gamek.vn - semi-darkmode
@version      20240814.02.38
@namespace    https://userstyles.world/user/im chicken
@description  gray and light text
@author       im chicken
==/UserStyle== */

@-moz-document url-prefix("https://gamek.vn/") {
body {
        background: rgb(39, 39, 41);
        color: rgb(218, 218, 226);
    }

div,h1,h2,h3,title  {
        color: rgb(218, 218, 226) !important;
    
    }

body .leftdetail {
        /*display: none;*/
         width: 0px;
}

body .rightdetail {
        /*padding-left: 10px;*/
        margin-left: 10px;
        width: 680px;
}
}

Reviews

No reviews yet.