dark in gray
a bit more beautiful
dark super memo style by Aethelraed
Details
AuthorAethelraed
LicenseNo License
Categoryhttps://supermemo.guru/wiki/
Created
Updated
Size583 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name supermemo.guru/wiki/Memory_overload
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://supermemo.guru/wiki/Memory_overload") {
/* Insert code here... */
}
#mw-panel,
body {
max-width: 60%;
margin-left: auto;
margin-right: auto;
font-size: 14pt;
background-color: #242424;
}
.mw-body,
div,
nav,
ul,
li,
h1,
h2,
h3 {
background-color: #2c2c2c;
color: #cccccc;
}
a > span,
a {
color: lightblue;
}