CSS styles to prevent your eyes from melting
Gartner.com Darkmode by eyrockscript
Details
Authoreyrockscript
LicenseNo License
Categorygartner.com -> user styles
Created
Updated
Size619 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name gartner.com - 26/4/2023, 11:14:19
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("gartner.com") {
div, p {
background-color: #3c3c3c !important;
color: white !important;
}
p.darkblue {
color: #ffa600 !important;
}
a {
color:#96fff1 !important;
}
span, li, font {
color: white !important;
}
h1, h2, h3, h4 {
color: #e0ffdb !important;
}
}