Sleek purple Planetarium theme by FlyGuy
Sleek: Purple: Planetarium site theme by 20studing

Details
Author20studing
LicenseNONE
Categoryplanetarium.digital
Created
Updated
Code size1.1 kB
Code checksum84c279ac
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Sleek: Purple: Planetarium site theme
@namespace none
@author studs
@description Sleek purple Planetarium theme by FlyGuy
@version 1
@license NONE
==/UserStyle== */
@-moz-document domain("planetarium.digital") {
:root {
--nav-clr: white;
--nav-bg: rgb(15, 15, 15);
--body-bg: #0d0d12;
--box-bg: #0d0d12;
--font-color: #E3E3E3;
--font-family: 'Inter', sans-serif;
--form-bg: #1c1c22;
--link-color: #8400ff;
--footer-bg: #060608;
--footer-border: 1px solid #1e1e25;
--chat-head: #8400ff;
--tab-active: #8200ff;
--g-rad: 4px;
--global-border: 1px solid #121216;
.box-header{
background-color: var(--chat-head);
padding: 0.5rem 1rem;
border-radius: var(--g-rad) var(--g-rad) 0px 0px;
margin: calc(-1.25rem);
margin-bottom: 1.25rem!important;
text-align: left;
font-size: 16px;
border-bottom: 2px solid #8400ff;
text-transform: uppercase;
font-weight: bold;
}
}}