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
GivEnergy Dark [Beta] by ThisCatLikesCrypto
![Screenshot of GivEnergy Dark [Beta]](https://userstyles.world/preview/17367/0.jpeg)
Details
AuthorThisCatLikesCrypto
Licenseuhhh sure WTFPL
Categorygivernergy.cloud
Created
Updated
Code size1.9 kB
Code checksum60e4733a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name GivEnergy Dark [Beta]
@version 20241220.15.44
@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, .v-banner, .v-banner__wrapper, .v-banner__content, .v-banner__actions {
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;
}
.highcharts-background {
fill: #222 !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;
}
}