Changes the background colour behind spinning loader
Dark startpage loader by pomelo
Details
Authorpomelo
LicenseNo License
Categorystartpage, dark
Created
Updated
Size339 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 Dark startpage loader
@version 20220731.21.10
@namespace userstyles.world/user/pomelo
@description Changes the background colour behind spinning loader
@author pomelo
@license No License
==/UserStyle== */
@-moz-document domain("startpage.com") {
main {
background-color: #171b25;
}
}