From 2a3598222ee74b45748f20f35f3f12f682352fe2 Mon Sep 17 00:00:00 2001 From: ronny abraham Date: Tue, 21 Jan 2025 00:30:57 +0200 Subject: [PATCH] udpated default org mode --- default-org-mode.sass | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/default-org-mode.sass b/default-org-mode.sass index be8a12d..6497b1d 100644 --- a/default-org-mode.sass +++ b/default-org-mode.sass @@ -5,6 +5,13 @@ @include mixins-basic.remove-section-number(h2) @include mixins-basic.remove-section-number(h4) +/* + * NOTE + * do NOT put ANYTHING in here that relies on an imported variable from a theme! + * all theme related variables MUST be put into the localized org-mode for that section + * of notes!!! + */ + /* Base Styles */ body @@ -125,3 +132,11 @@ div#table-of-contents .playlist text-transform: capitalize + +.contents-overview li + text-transform: uppercase + list-style-type: square + font-weight: bold + + a + text-decoration: none