Skip to content

tickcounter catppuccin theme by ar1a

Details

Authorar1a

LicenseNo License

Categorytickcounter.com

Created

Updated

Size946 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

catppuccin mocha for the counter screen

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           tickcounter catppuccin theme
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    catppuccin mocha for the counter screen
@author         ariashark
==/UserStyle== */
@-moz-document url-prefix("https://www.tickcounter.com/countdown/") {
    /* Insert code here... */
    .footer {
        opacity: 0;
        transition: cubic-bezier(0.32, 0, 0.67, 0) 0.4s;
        /* fade out */
    }

    .footer:hover {
        opacity: 1;
        transition: cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
        /* fade in */
    }

    @media(prefers-color-scheme: dark) {
        .wrapper,
        .counter-wrapper-inner {
            background: rgb(30, 30, 46);
        }

        .unit {
            color: rgb(205, 214, 244);
        }

        .unit:last-of-type .value {
            color: rgb(243, 139, 168);
        }

        .header {
            color: rgb(127, 132, 156);
        }
    }
}

Reviews

No reviews yet.