Skip to content

Pink highlight in Slab instead of red by dadiv

Screenshot of Pink highlight in Slab instead of red

Details

Authordadiv

LicenseNo License

Categoryslab.com

Created

Updated

Code size344 B

Code checksuma86323f0

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Replaces the CSS variable for the red highlight color with pink.

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;
    }
}

Reviews

No reviews yet.