Replaces the CSS variable for the red highlight color with pink.
Pink highlight in Slab instead of red by dadiv
Details
Authordadiv
LicenseNo License
Categoryslab.com
Created
Updated
Size344 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 slab.com - Jan 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Pink highlights for Slab
@author Me
==/UserStyle== */
@-moz-document domain("slab.com") {
/* Insert code here... */
:root {
--color-editor-highlight-red: #F6CEFC;
}
}