Skip to content

grpc.io - darkmode by magical_whale

Screenshot of grpc.io - darkmode

Details

Authormagical_whale

LicenseNo License

Categorygrpc

Created

Updated

Size715 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Darkmode for the grpc.io website

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         grpc.io
@version      20240403.19.34
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://grpc.io") {
body {
    background-color: #242424;
    color: #aaa
}

a {
    color: #aaa !important
}

a:hover {
    color: #459dc4 !important
}

.bg-gray-100 {
    background-color: #1a1a1a
}

table {
    color: #aaa !important
}

.alert, .card {
    background: #1a1a1a
}

.l-dev-story-buttons > ul >li > a, .btn {
    background: none
}

.l-dev-story-buttons > ul >li >a:hover, .btn:hover {
    background: #000
}

.td-search-input {
    background-color: #242424;
}

.td-search-input:focus {
    background-color: #141414;
}
}

Reviews

No reviews yet.