Dark ourple mode
Wobble Town - Dark Purple by werewire

Details
Authorwerewire
LicenseCC0 - Public Domain
Categorywobble.town
Created
Updated
Code size1.0 kB
Code checksumebf68367
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wobble Town - Dark Purple
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Dark ourple mode
@author Werewire
==/UserStyle== */
@-moz-document url-prefix("https://wobble.town/") {
body {
background-color: #141414;
max-width: 800px;
margin: 0 auto;
font: 16px/1.4 system-ui, sans-serif;
color: #FFf
}
img {
padding: 5px;
border-radius: 10px;
border: 1px solid #bc66ed;
}
h1 img {
background: #5a5a5a
}
.alert {
padding: .5em;
background-color: #141414;
border: 1px solid #bc66ed;
}
a {
color: #bc66ed;
}
a:hover {
color: #fffaf0;
}
hr {
border-top: 1px solid #bc66ed;
}
input, textarea {
padding: 2px;
border: 1px solid #bc66ed;
color: #fff;
background: #222;
}
input:disabled, input[disabled] {
border: 1px solid #ed668c;
opacity:50%
}
}
@-moz-document url-prefix("https://wobble.town/lab") {
p img {
background: #5a5a5a
}
}