Skip to content

pearson.turingscraft.com/codelab/ by michael-kudrik

Details

Authormichael-kudrik

LicenseNo License

Categoryhttps://pearson.turingscraft.com/codelab

Created

Updated

Size840 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           pearson.turingscraft.com/codelab/jsp/core_dhtml.jsp - Nov 2023
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://pearson.turingscraft.com/codelab/jsp/core_dhtml.jsp?#") {
    /* Insert code here... */
    #workArea {
        background-color: #263238;
        color: #eec883;
    }
    #lab .active-glossary-link {
        color: #eec883;
    }
    .cm-s-default span.cm-variable {
        color: #b2ccd0;
    }
    .cm-s-default span.cm-keyword {
        color: #eec883;
    }
    .cm-s-default span.cm-operator {
        color: #b2ccd0;
    }

    .cm-s-default span.cm-number {
        color: #f75c46;
    }

    .cm-s-default span.cm-string {
        color: #c3e88d;
    }
    
  
}

Reviews

No reviews yet.