Skip to content

GivEnergy Dark [Beta] by ThisCatLikesCrypto

Screenshot of GivEnergy Dark [Beta]

Details

AuthorThisCatLikesCrypto

Licenseuhhh sure WTFPL

Categorygivernergy.cloud

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

GivEnergy Dark (in beta, minor broken stuff and some widgets may not work)
for beta.givenergy.cloud but givenergy.cloud and portal.givenergy.cloud should work

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         GivEnergy Dark [Beta]
@version      20240726.08.03
@namespace    https://userstyles.world/user/ThisCatLikesCrypto
@description  GivEnergy Dark (in beta cuz minor brokey stuff and some widgets may not work)
@author       ThisCatLikesCrypto
@license      CC0
==/UserStyle== */

@-moz-document domain("givenergy.cloud") {
body * {
    color: aqua;
    border-color: orange !important;
}


text, .text {
    fill: aqua !important;
}

.v-card, .v-window-item, .v-slide-group__wrapper, .v-slide-group__prev, .v-slide-group__next, .v-icon, .v-btn, .v-list, .v-window, .v-expansion-panels * {
    background-color: #222 !important; 
}

.v-chip {
    background-color: black !important;
}

.v-chip:hover {
    background-color: #4f4f4f !important;
}

.v-icon::before {
    color: aqua !important;
}

.v-input__slot::before, .v-input__slot::after {
    color: aqua !important;
    fill: aqua !important;
    border-color: orange !important;
}

#dashboard, .v-main__wrap, .v-data-table {
    background-color: #000029 !important;
}

.highcharts-tooltip text {
   color: black;
    fill: black !important;
}

.v-card__title, .color-secondary {
    color: #05ff00 !important;
}

.v-tab, .v-label, .v-card__actions * {
    color: aqua !important;
}

.v-carousel__item * {
    color: aqua !important;
}

.v-list-item__subtitle, .v-card__subtitle {
    color: lightgreen !important;
}

.theme--light.v-application .text--secondary {
    color: lightgreen !important;
}

input {
    color: aqua !important;
}

.cls-1 {
    background-color: black !important;
    fill: black !important;
}

svg g g ellipse {
     fill: black !important;
}

tr:hover {
    background-color: aqua !important;
}

tr:hover * {
    color: #000029;
}

}

Reviews

No reviews yet.