Dark theme for alternativlos.org
Alternativlos.org Dark by AndreSchwarzer
Details
AuthorAndreSchwarzer
LicenseCC-0
Categoryalternativlos.org
Created
Updated
Size483 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 Alternativlos.org Dark
@version 20230523.08.10
@namespace userstyles.world/user/AndreSchwarzer
@description Dark theme for alternativlos.org
@author AndreSchwarzer
@license CC-0
==/UserStyle== */
@-moz-document domain("alternativlos.org") {
body {
background-color: rgb(17 24 39);
color: rgb(156 163 175);
}
a {
color: rgb(24 182 150);
}
audio::-webkit-media-controls-panel {
background-color: rgb(24 182 150);
}
}