Skip to content

DaddyLiveHD AMOLED by Edwin-Zarco

Screenshot of DaddyLiveHD AMOLED

Details

AuthorEdwin-Zarco

LicenseAGPLv3

Categorydaddylivehd.sx

Created

Updated

Size750 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Black AMOLED theme for DaddyLiveHD

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
 * @name           DaddyLiveHD AMOLED
 * @namespace      github.com/Edwin-Zarco/userstyles
 * @version        1.2
 * @description    Black AMOLED theme for DaddyLiveHD
 * @author         Edwin Zarco
 * @license        AGPLv3
 * ==/UserStyle== */

@-moz-document domain("dlhd.sx") {
    /* Set the background color to black and text color to white */
    body,
    p,
    a,
    h1, h2, h3, h4, h5, h6,
    strong,
    .header-fixed {
        background-color: #000;
        color: #fff;
    }

    /* Set the grid background color to black and text color to white with outline */
    .grid-container .grid-item {
        background-color: #000;
        color: #fff;
        outline: 1px solid #fff;
    }
}

Reviews

No reviews yet.