Super simple dark mode for Obsidian Roundup
Obsidian Roundup Dark by optionaldev
Details
Authoroptionaldev
LicenseNo License
Categoryobsidianroundup
Created
Updated
Size663 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Obsidian Roundup Dark
@namespace obsidianroundup.org
@version 1.0.0
@description Simple Dark Mode for Obsidian Roundup
@author Optional
==/UserStyle== */
@-moz-document domain("obsidianroundup.org") {
:root {
--color-brand: #C5322E;
--color-text-primary: #d5d5d5;
--color-text-secondary: #646F82;
--color-white: #000;
--color-error: #CC3C64;
--color-success: #07815C;
--color-border: hsl(0, 0%, 29%);;
--background-primary: hsla(0,0%,14.51%,1);
--background-secondary: hsla(0,0%,16.08%,1);
--background-hero: var(--background-secondary);
}
}