Gold theme for SchedLink!
SchedLink Gold Vein by spelunky
Details
Authorspelunky
LicenseCC BY - Creative Commons Attribution
Categoryschedlink
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name SchedLink Gold Vein
@version 20220511.17.57
@namespace userstyles.world/user/spelunky
@description Gold theme for SchedLink!
@author spelunky
@license No License
==/UserStyle== */
@-moz-document domain("schedlink.com") {
:root{
--norm-font: "robotoregular";
--light-font: "robotolight";
--bold-font: "robotobold";
--background-color: #000f;
--secondary-background-color: #000f;
--container-background-color: #222a;
--container-text-color: #ffe56f;;
--button-background-color: #bba12a;
--button-text-color: #000f;
--button-hover-background: #ffe56f;
--button-hover-text: #000f;
--button-active-color: #000f;
--header-background-color: #ffe56fa0;
--header-text-color: #fffc;
--header-icon-color: #000f;
--navigation-background-color: #222a;
--navigation-icon-color: #bba12a;
--navigation-active-icon-color: #ffe56f;
--active-color: #ffe56f;
--active-hover-color: #ffe56f;
--outline-color: #000f;
--anchor-color: #bba12a;
--anchor-hover: #ffe56f;
}
body{
background: #000f url(https://wallpaperaccess.com/full/896724.jpg) no-repeat fixed center;
background-size: cover;
color: #fff;
}
}