Skip to content

Instantly share code, notes, and snippets.

@elkadre
elkadre / dailycallouts.css
Last active January 20, 2025 10:35
daily notes callouts
/* 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);
/*
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
/*
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 */