Makes background for study island sky blue
Sky Blue by davidcool
Details
Authordavidcool
LicenseNo License
Categorystudy island
Created
Updated
Size334 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 Sky Blue
@version 20220201.23.16
@namespace userstyles.world/user/davidcool
@description Makes background for study island sky blue
@author davidcool
@license No License
==/UserStyle== */
@-moz-document domain("app174.studyisland.com") {
body {
background: rgb(113, 223, 255);
}
}