Obsidian Roundup Dark by optionaldev

Details
Authoroptionaldev
LicenseNo License
Created atSeptember 27, 2021 19:10
Updated atSeptember 27, 2021 19:10
Applies toobsidianroundup
Statistics
Learn how we calculate statistics in the FAQ.
Total views205
Total installs192
Weekly installs5
Description
Super simple dark mode for Obsidian Roundup
Notes
Userstyle doesn't have notes.History
Daily snapshots of style statistics.
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);
}
}