Skip to content

editor.casbin.org (light) by sattellite

Details

Authorsattellite

LicenseNo License

Categoryeditor.casbin.org

Created

Updated

Size457 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Light theme for casbin online editor

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle ==
@name        Casbin Light
@namespace   editor.casbin.org
@description Light theme for Casbin online editor
@version     0.1
@author      sattellite
==/UserStyle ==*/

@-moz-document url-prefix("https://editor.casbin.org/") {
.ͼ16,
.ͼ16 .cm-gutters {
    background-color: #f8f8f2;
    color: #272822;
}
.cm-line {
    filter: brightness(70%) INVERT(20%);
}
.cm-activeLine {
    filter: saturate(150%) invert(75%);
}
}

Reviews

No reviews yet.