Skip to content

Better navbar with dark colors. by thomasbnt

Screenshot of Better navbar with dark colors.

Details

Authorthomasbnt

LicenseNo License

Categorydev.to

Created

Updated

Size748 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Better dark colors on DEV

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Better navbar with dark colors.
@version      20210920.12.59
@namespace    userstyles.world/user/thomasbnt
@description  Better dark colors on DEV
@author       thomasbnt
@license      No License
==/UserStyle== */

@-moz-document domain("dev.to") {
.crayons-header {
    background: var(--base);
}
header > .crayons-header__container .crayons-btn--ghost {
    color: var(--base-0);
}
header > .crayons-header__container .crayons-btn[href]:hover, .crayons-btn[href]:focus, .crayons-btn:hover:enabled, .crayons-btn:active:enabled, .crayons-btn:focus:enabled, .crayons-btn:focus-within,
header .site-logo:hover {
    color: var(--label-primary);
}
[role="search"] svg {
    color: var(--base);
}
}

Reviews

No reviews yet.