Skip to content

Kadensa Env by asjfaiwjei123

Details

Authorasjfaiwjei123

LicenseNo License

Categorykadensa env

Created

Updated

Size771 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Kadensa Env

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Kadensa Environment
@version      20230802.17.46
@namespace    ?
==/UserStyle== */

@-moz-document domain("dev.kadensa.app") {
body::before {
    content: "DEV";
    width: 100px;
    height: 25px;
    display: block;
    color: #fff;
    background: #4FB786;
    text-align: center;
    z-index: 999;
    position: fixed;
    transform: rotate(40deg);
    right: -30px;
    top: 8px;
    font-weight: bold;
}
}

@-moz-document domain("prd.kadensa.app") {
body::before {
    content: "PRD";
    width: 100px;
    height: 25px;
    display: block;
    color: #fff;
    background: #B74F4F;
    text-align: center;
    z-index: 999;
    position: fixed;
    transform: rotate(40deg);
    right: -30px;
    top: 8px;
    font-weight: bold;
}
}

Reviews

No reviews yet.