Skip to content

devgenius.io by eyrockscript

Details

Authoreyrockscript

LicenseNo License

Categorydevgenius.io -> custom-styles

Created

Updated

Size519 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

CSS for devgenius.io site

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           devgenius.io - 12/5/2023, 10:55:51
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("devgenius.io") {
    div, h1,h2,h3, article, p {
        color: white !important;
        background: #000 !important;
    }
    
    li, a, strong {
        color: #e0f2ff !important;
        background: black !important;
    }
    
    tbody{
       background: #b7b6b6 !important;
    }
}

Reviews

No reviews yet.