Skip to content

01 Designer - Brighter by ItsJonQ

Details

AuthorItsJonQ

LicenseNo License

Categorydesign.webflow.com

Created

Updated

Code size899 B

Code checksum390c67d4

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Increased brightness for the Webflow Designer. Applied on top of new base theme.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           01 Designer - Brighter
@namespace      github.com/openstyles/stylus
@version        1.1.0
@description    BRIGHTER. Increased brightness for the Webflow Designer. Applied on top of new base theme.
@author         Q
==/UserStyle== */

@-moz-document domain("design.webflow.com"), url-prefix("https://webflow.com/design") {
    html > body {
      /* Text */
      --wf-system---gray-0: #fff;
      --wf-system---gray-200: #f1f1f1;
      --wf-system---gray-400: #d1d1d1;
      --wf-system---gray-500: #afafaf;
      /* Backgrounds */
      --wf-system---gray-800: #5D5D5D;
      --wf-system---gray-900: #5D5D5D;
      --wf-system---gray-1000: #505050;
      --wf-system---gray-1100: #434343;
      --wf-system---gray-1200: #383838;
    }
    
    /* Controls */
    [data-theme="d2Dark"] {
      --colors-action-secondary-selected-background: rgba(0,0,0,0.44);
    }
}

Reviews

No reviews yet.