Skip to content

Emmet Documentation by bobsc

Details

Authorbobsc

LicenseNo License

Categorydocs.emmet.io

Created

Updated

Size475 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make the Emmet documentation readable in a browser without squinting and magnifying:

  • larger font size for body
  • color black instead of light gray
  • normal font weight instead of light weight
  • a few other tweaks

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Example
@namespace      docs.emmet.io 
@version        1.0.0
@description    A new userstyle
@author         Bob Sander-Cederlof
==/UserStyle== */

@-moz-document url-prefix("https://docs.emmet.io/") {
body {
    color: #000;
    font-weight: normal;
    font-size: 1.125em;
}
code,
pre,
samp {
    color: #000;
    font-size: 1em;
    font-weight: bolder;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    color: #c00;
}
}

Reviews

No reviews yet.