OLED Black/Dark mode for Percentage Calculator
OLED Black Mode by DuckSleazzy
Details
AuthorDuckSleazzy
LicenseNo License
Categoryhttps://percentagecalculator.net
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
You may require to block the default logo using uBlock, but test the theme before blocking.
Source code
/* ==UserStyle==
@name OLED Black Mode
@namespace none
@version 1.0.1
@description OLED Black/Dark mode for Percentage Calculator
@author DuckSleazzy
==/UserStyle== */
@-moz-document domain("percentagecalculator.net") {
body {
background-color: #000
}
h1 img{
display: none;
}
.logo{
background-color: #000;
width: 728px;
height: 42.2333px;
background-image: url('https://raw.githubusercontent.com/DuckSleazzy/settings-for-all-apps/21008bda99c9f50dd1cd3249b0953014192f1dd7/logo.svg');
background-repeat: no-repeat; /* Prevents the image from repeating */
}
.intro{
color: #fff;
font-size: 1.8rem;
}
.form{
border: 1px solid #2c2c2c;
background: none;
background-color:#151515 !important;
}
.values{
color: #fff
}
.values input{
color: #fff;
background-color:#000 !important;
border: 1px solid #2c2c2c;
}
.results [type="text"]{
color: #fff;
background-color:#000 !important;
}
.results{
color: #fff;
}
.tips{
color: #fff;
border: 1px solid #2c2c2c;
border-radius: 10px;
}
html, li a{
color: #fff !important;
}
}