Skip to content

graphql learn darkmode by luluhoc

Details

Authorluluhoc

LicenseNo License

Categoryuserstyles

Created

Updated

Size502 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

graphql learn darkmode

Notes

graphql learn darkmode

Source code

/* ==UserStyle==
@name         graphql learn darkmode
@version      20220630.14.02
@namespace    userstyles.world/user/luluhoc
@description  graphql learn darkmode
@author       luluhoc
@license      No License
==/UserStyle== */

@-moz-document url("https://graphql.org/learn/") {
body{
    background-color: #000;
    color: #fff
}

h1, h2, h3,h4, h5 {
    color: #fff;
}

pre {
    background-color: #fff
}

.read-next-title{
    color: white !important;
}

header {
    background-color: #333030
}
}

Reviews

No reviews yet.