This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* DAILY CALLOUT */ | |
.theme-light, .theme-dark { | |
--daily-callout-container-shadow: none; | |
--daily-callout-title-shadow: none; | |
--daily-callout-content-shadow: none; | |
--daily-callout-color: var(--color-gray-rgb); | |
--daily-callout-color-one-rgb: var(--color-pink-rgb); | |
--daily-callout-color-two-rgb: var(--color-blue-rgb); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Since this site is made with Obsidian, we use this publish.js file to customize the site. | |
https://help.obsidian.md/Obsidian+Publish/Customize+your+site | |
*/ | |
const site = "https://brain.elkadre.ch"; | |
// Customize navigation order | |
let navOrderAsc = []; // These go on top |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Minimal Publish / MIT License | |
Copyright (c) 2020-2023 Stephan Ango (@kepano) | |
*/ | |
/* Edits made for personal use by @elkadre */ | |
/* Adjust the following variables or find more at the link below */ |