Skip to content

saveeditonline - Fix top bar color on dark mode by carbon

Screenshot of saveeditonline - Fix top bar color on dark mode

Details

Authorcarbon

LicenseCC BY

Categorywww.saveeditonline.com

Created

Updated

Code size378 B

Code checksum859f3ee2

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fix top bar color on dark mode.

Notes

The top bar of this website has a weird gradient effect that I really dislike. This CSS sheet just aligns the color of the top bar with the rest of the website. Affects only the Dark Mode of this website.

Source code

/* ==UserStyle==
@name         Save Edit Online - Fix top bar color on dark mode
@namespace    carbon-archive
@author       carbon
@description  Fix top bar color on dark mode.
@version      1.0
@license      CC BY
==/UserStyle== */

@-moz-document domain("www.saveeditonline.com") {
.navbar-inverse {
    background-image: none;
    background-color: #2a2f35;
}
}

Reviews

No reviews yet.