Sleek: Blue: Planetarium site theme by flyguy
Sleek: Blue: Planetarium site theme by 20studing
Details
Author20studing
LicenseNo License
Categoryhttps://www.planetarium.digital/
Created
Updated
Size965 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
its very cool
Source code
/* ==UserStyle==
@name Sleek: Blue: Planetarium site theme
@version 1
@namespace ?
==/UserStyle== */
/* Apply styles specifically to the domain planetarium.digital */
@-moz-document domain("planetarium.digital") {
:root {
--nav-clr: #eff0f1;
--nav-bg: #353b48;
--body-bg: #3b4252;
--box-bg: #2e3440;
--font-color: #eceff4;
--font-family: 'Inter', sans-serif;
--form-bg: #2e3440;
--link-color: #3282ac;
--footer-bg: #2e3440;
--footer-border: 1px solid #434c5e;
--chat-head: #3282ac;
--tab-active: #3282ac;
--g-rad: 4px;
--global-border: 1px solid #434c5e;
}
body {
font-family: var(--font-family);
background-color: var(--body-bg);
color: var(--font-color);
}
nav {
background-color: var(--nav-bg);
color: var(--nav-clr);
}
}