medium.com black, wide, minimal by vitaly-zdanevich
Imported and mirrored from https://gitlab.com/vitaly-zdanevich-styles/medium-com/-/raw/master/medium-com.user.css

Details
Authorvitaly-zdanevich
LicenseMIT
Categorymedium.com
Created
Updated
Code size1.4 kB
Code checksum21e42747
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Userstyle doesn't have description.Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name medium.com black, wide, minimal
@namespace github.com/openstyles/stylus
@version 1.0.0
@author Vitaly Zdanevich
==/UserStyle== */
@-moz-document url-prefix("https://medium.com") {
.c {
background: #000;
}
.bx /* After an article: "More from <author>" */
{
background: #111;
}
.bb, /* Code block */
.dy /* Code inline */
{
background: #222;
}
.ro:hover /* Tags after an article */
{
background: #444;
}
.r,
.jg,
.jf,
.qy, /* Code block */
.ro, /* Tags after an article */
.vn, /* Footer with global links */
.un /* Around the author */
{
border: 0;
}
.fx {
max-width: 100vw;
}
.bk {
color: #bbb;
}
.hljs-number /* Blue toxic that was intended for white background; numbers in Golang */
{
color: lightblue;
}
.hljs-title /* Blue toxic that was intended for white background; function names in Golang */
{
color: #66f;
}
.hljs-type /* Golang: "int" */
{
color: #89f;
}
.hljs-params /* Golang: "()" */
{
color: #bbf;
}
.bx.vr, /* Premium ad */
.fo.lh.dp, /* Listen to article (premium feature) */
.ui.bh.vn.vo + .ab.dd .dk.bh.fu.fv.fw.fx, /* Footer with global links "Help", "Status", "About", ... */
.ab.uj /* Link to Medium Rules near comments */
{
display: none;
}
}