An AMOLED theme for the LetterBomb page
LetterBomb AMOLED by Edwin-Zarco
![Screenshot of LetterBomb AMOLED](https://userstyles.world/preview/9788/0.jpeg)
Details
AuthorEdwin-Zarco
LicenseAGPLv3
Categoryplease.hackmii.com
Created
Updated
Size524 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 LetterBomb AMOLED
@namespace github.com/Edwin-Zarco/userstyles
@version 1.0.0
@description An AMOLED theme for the LetterBomb page
@author Edwin Zarco
@license AGPLv3
==/UserStyle== */
@-moz-document url-prefix("https://please.hackmii.com/") {
body {
background-color: #000;
color: #fff;
}
input.button {
color: #fff;
background-color: #000;
}
input.box {
border: 1px solid #fff;
color: #fff;
background-color: #000;
}
h2 {
color: #fff;
}
}