RapidSave.com - Dark
RapidSave.com - Dark by alkarnur
Details
Authoralkarnur
LicenseNo License
Categoryrapidsave.com
Created
Updated
Size659 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 RapidSave.com - Dark
@version 20231124.03.31
@namespace ?
==/UserStyle== */
@-moz-document domain("rapidsave.com") {
body, html {
background: #000;
}
.card, footer {
background-color: #9cbce4;
border: none;
}
.navbar-default {
background-color: #000;
/* background-color: #111; */
border: none;
}
.navbar-brand {
color: #ddd !important;
}
.text-center h2 {
color: white;
}
#about, #how-to, #faq, #contact, footer {
display: none;
}
.row.header {
margin-top: 250px;
}
body {
color: #fff;
}
.url-input {
color: #000;
}
}