AMOLED style for the character creator
Oobabooga Character Creator AMOLED by Rofle44-git
Details
AuthorRofle44-git
LicenseCC0
Categoryhttps://oobabooga.github.io/character-creator.html
Created
Updated
Size740 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Please don't raise issues in the GitHub repository.
Source code
/* ==UserStyle==
@name oobabooga.github.io - 5/1/2023, 2:43:37 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Lea uwu
==/UserStyle== */
@-moz-document url-prefix("https://oobabooga.github.io/character-creator.html") {
:root {
--bg: #000;
--fg: hsl(0, 0%, 90%);
--accent: hsl(180, 80%, 80%);
}
textarea {
background-color: var(--bg);
color: var(--fg);
}
body {
color: var(--fg);
background-color: var(--bg);
}
p {
color: var(--fg);
}
a {
color: var(--accent);
}
input {
background-color: var(--accent);
}
}