elk.zone but with twitter colors
Elk Dark Mode With Twitter Colors by wakest
Details
Authorwakest
LicenseNo License
Categoryelk.zone
Created
Updated
Size689 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 Elk Dark Mode With Twitter Colors
@namespace github.com/openstyles/stylus
@version 0.0.1
@description Just changed two colors, but someone asked so I figured it would share it
@author wakest
==/UserStyle== */
@-moz-document url-prefix("https://main.elk.zone/"), url-prefix("https://elk.zone/") {
.color-primary, .focus-visible\:text-primary:focus-visible, .hover\:text-primary:hover, .text-primary, [color-primary=""], [focus-visible\:text-primary=""]:focus-visible, [hover\:text-primary=""]:hover, [hover~="text-primary"]:hover, [text-primary=""] {
color: white;
}
:root {
--rgb-dark-primary: 29, 155, 240;
}
}