Skip to content

devdocs.io - IOSEVKA SS08 Light by REYNEP

Screenshot of devdocs.io - IOSEVKA SS08 Light

Details

AuthorREYNEP

LicenseBoost Software License

Categorydevdocs.io

Created

Updated

Code size1.8 kB

Code checksumb411966c

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Source code

/* ==UserStyle==
@name           devdocs.io - IOSEVKA SS08 Light
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("devdocs.io") {
    pre,
    code,
    samp,
    ._jq .manual-example table td,
    ._redis>.example,
    ._scala .related-types,
    ._code,
    ._cppref .t-cc,
    ._crystal .signature,
    ._d .d_decl,
    ._haskell-api .src,
    ._ramda code,
    ._rfc-pre,
    ._rust .code-header {
      font-family:"Iosevka Slab", var(--monoFont);
      font-weight:normal;
      font-style:normal;
      font-size:1em;
      color:var(--textColor);
      white-space:pre-wrap;
      direction:ltr;
      -moz-tab-size:2;
      -o-tab-size:2;
      tab-size:2
    }
    
    /*
    p {
      margin:0 0 0em        /* REY MOD IS MARGIN 
    }
    li+li {
      margin-top:-.25em;    /* REY MOD IS MARGIN 
    }
    ul,
    ol {
      margin:0 0;           /* REY MOD IS MARGIN
      padding:0 0 0 2em;
      list-style:disc outside   
    }
    */
    
    body {
      height:100%;
      margin:0;
      overflow:auto;
      font-size:1em;
      font-weight:normal;
      font-family:-apple-system, "Iosevka SS08 Light", BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
      line-height:1.2;
      color:#333;
      color:var(--textColor);
      word-wrap:break-word;
      overflow-wrap:break-word;
      background:var(--contentBackground);
      touch-action:manipulation;
      -webkit-tap-highlight-color:transparent;
      -webkit-touch-callout:none;
      -webkit-text-size-adjust:100%;
      -ms-text-size-adjust:100%
    }
}

Reviews

No reviews yet.