Chocolate Donuts Theme by flyguy
Choclate Donut Theme: [NEW] by 20studing
Details
Author20studing
LicenseNONE
Categoryhttps://www.planetarium.digital/
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Chocolate Donuts so good mmm
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: #524848;
--font-family: 'Inter', sans-serif;
--form-bg: #1c1c22;
--link-color: #100f11;
--footer-bg: #060608;
--footer-border: 1px solid #1e1e25;
--chat-head: #100f11;
--tab-active: #100f11;
--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: 1px solid #100f11;
text-transform: uppercase;
font-weight: bold;
}
}}