Fix top bar color on dark mode.
saveeditonline - Fix top bar color on dark mode by carbon
Details
Authorcarbon
LicenseCC BY
Categorywww.saveeditonline.com
Created
Updated
Size378 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}