Skip to content

Optimus Dark by fullstacker

Screenshot of Optimus Dark

Details

Authorfullstacker

LicenseNo License

Categoryoptimus.money

Created

Updated

Size963 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mod for optimus.money

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Optimus Dark
@namespace      https://userstyles.world/user/fullstacker
@version        1.0.0
@author         Fullstacker
==/UserStyle== */

@-moz-document url-prefix("https://optimus.money/") {
:root {
    --bg-main: #111827;
    --bg-second: #374151;
    --text-main: lightgray;
}

body, input {
    color: var(--text-main);
}

.header {
    background-color: var(--bg-second) !important;
}

.banner {
    background-color: var(--bg-second);
}

.page, .stage {
    background: var(--bg-main);
}

.sticker {
    background: var(--bg-second);
    box-shadow: none;
}

.items {
    background: var(--bg-second);
    box-shadow: none;
}
.footer {
    background: var(--bg-second);
    color: var(--text-main);
}

/* Account */

.panel {
    background: var(--bg-second);
    box-shadow: none;
}

.result {
    background: inherit;
    border-top: 1px solid var(--text-main);
}
}

Reviews

No reviews yet.