Breeze Dark designed by KDE with the #3282ac accent color.
Breeze Dark by NotWithering

Details
AuthorNotWithering
LicenseMIT License
Categoryplanetarium.digital
Created
Updated
Code size1.2 kB
Code checksumb258269e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Breeze Dark
@version 20240219.20.32
@namespace breeze-dark
@description Breeze Dark designed by KDE
@author WitheringAway
@license MIT License
==/UserStyle== */
@-moz-document domain("planetarium.digital") {
:root {
--primary-clr: #3282ac;
--nav-clr: #fcfcfc;
--nav-bg: #2a2e32;
--nav-hov: #282c30;
--body-bg: #1b1e20;
--box-bg: var(--nav-bg);
--font-color: #fcfcfc;
--font-muted: #727577;
--muted-color: #727577;
--font-family: 'FreeMono', 'monospace';
--form-bg: var(--nav-bg);
--form-bg-disabled: nav(--form-bg);
--link-color: var(--primary-clr);
--link-hov: #804da1;
--footer-bg: var(--body-bg);
--footer-border: 0;
--chat-head: var(--primary-clr);
--box-less: var(--nav-bg);
--tab-active: var(--primary-clr);
--g-rad: 7px;
--global-border: 1px solid #454b50;
}
.box-header {
border-bottom: none;
}
.side-link:hover {
background-color: var(--nav-hov);
}
a.navbar-item:hover {
background-color: var(--nav-hov) !important;
}
}