Skip to content

Dexerto Dark 2022 by skilla

Screenshot of Dexerto Dark 2022

Details

Authorskilla

LicenseCreative Commons Attribution-ShareAlike

CategoryDexerto

Created

Updated

Code size1.0 kB

Code checksumb42d5b0b

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Updated Dark theme for the 2022 dexerto.com website, re-using the existing dark blue from the previous layout. Very simple, yet effective.

Notes

PS: I feel the new 2022 website WordPress style is seriously ugly and can use some significant improvements like way less unused space, no more Web 1.0 looking links, better shadow-boxes, rounded box borders, etc. If ya'll are interested in me adding it to the userstyle, please let me know ...

Source code

/* ==UserStyle==
@name           Dexerto Dark
@namespace      USO Archive
@author         Dawwwg
@description    `Dark theme for dexerto.com, re-using the existing dark blue. Very simple, yet effective.`
@version        20200826.21.8
@license        CC-BY-SA-4.0
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("dexerto.com") {
    body,
    .bg-white {
        background-color: #19202B;
        color: #f8f8f8
    }
    .f6 {
        background-color: #29303B;
        border-radius: 0 0 5px 5px
    }
    .alpha,
    .card.reddit .reddit-title,
    .text-black,
    .text-gray-800 {
        color: #f8f8f8
    }
    .text-gray-900 {
        color: #e8e8e8
    }
    .text-neutral-grey,
    .text-vertical-primary {
        color: inherit
    }
    .bg-neutral-grey,
    .bg-neutral-white {
        background-color: #29303b
    }
    a.underline {
        text-decoration: none
    }
    a.underline:hover {
        text-decoration: underline
    }
}

Reviews

No reviews yet.