Skip to content

Henanigans for Dask by thenewflesh

Screenshot of Henanigans for Dask

Details

Authorthenewflesh

LicenseNo License

Categorydask

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark with cyan highlights

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Henanigans for Dask
@version      20221012.20.14
@namespace    userstyles.world/user/thenewflesh
@description  Henanigans theme for ArgoCD
Dark with cyan highlights
@author       thenewflesh
@license      No License
==/UserStyle== */

/* ==UserStyle==
@name           Henanigans for Dask
@namespace      dask
@version        0.1.1
@description    Dark theme with cyan highlights
@author         Alex Braun
==/UserStyle== */

@-moz-document regexp(".*/dask-gateway.*"), regexp("http://localhost:8787") {
html {
    background: #242424 !important;
}

.navbar ul {
    background: #181818 !important;
}

.navbar li.active {
    background: #EBB483 !important;
}

.navbar li a {
    color: #F4F4F4 !important;
}

.navbar li:hover {
    background: #EBB483 !important;
}

.navbar a:hover {
    color: #242424 !important;
}

.dropdown-content {
    background: #242424 !important;
    box-shadow: unset !important;
}

.content {
    filter: invert(100%) !important;
}

.bk-toolbar-button {
    filter: invert(100%) !important;
}
}

Reviews

No reviews yet.