makes legi's site look less unformatted
legitsi green theme by infernostars
Details
Authorinfernostars
LicenseNo License
Categorylegitsi.neocities.org
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name legitsi.neocities.org
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("legitsi.neocities.org") {
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
body {
font-family: "Exo 2", sans-serif;
color: hsl(0, 100%, 100%);
background-color: hsl(120, 100%, 5%);
}
li::marker {
content: "] ";
font-weight: 600;
color: hsl(120, 100%, 55%)
}
strong {
font-weight: 600;
color: hsl(120, 100%, 90%)
}
small {
color: hsl(120, 10%, 80%);
}
a {
color: hsl(120, 100%, 55%);
}
a:visited {
color: hsl(120, 50%, 55%);
}
h1 {
color: hsl(120, 100%, 75%);
}
h2 {
color: hsl(120, 100%, 82.5%);
}
h3 {
color: hsl(120, 100%, 90%);
}
h4 {
color: hsl(120, 100%, 95%);
}
}