summaryrefslogtreecommitdiffstats
path: root/zoom.css
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-04-25 21:34:06 -0400
committerSkullheadx <admonty1@protonmail.com>2026-04-25 21:34:06 -0400
commitf351ef00f77e5ea4d082a7eff86d7845dad7d9e0 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /zoom.css
parentbluetooth (diff)
downloadnixos-f351ef00f77e5ea4d082a7eff86d7845dad7d9e0.tar.gz
nixos-f351ef00f77e5ea4d082a7eff86d7845dad7d9e0.tar.bz2
nixos-f351ef00f77e5ea4d082a7eff86d7845dad7d9e0.zip
remove all
Diffstat (limited to 'zoom.css')
-rw-r--r--zoom.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/zoom.css b/zoom.css
deleted file mode 100644
index 220b1c3..0000000
--- a/zoom.css
+++ /dev/null
@@ -1,22 +0,0 @@
-/* zoom.css */
-/****************************************************************************/
-/* Adjust content and metadata styling. Not tabs. */
-/****************************************************************************/
-:root {
- /* ADJUST THIS VALUE TO YOUR LIKING */
- --custom-font-size-base: 30px;
- --custom-font-size: calc(1 * var(--custom-font-size-base));
- --custom-title-size: calc(2 * var(--custom-font-size-base));
-}
-
-.cm-contentContainer,
-.metadata-container,
-.is-live-preview,
-.markdown-reading-view,
-.markdown-preview-view {
- font-size: var(--custom-font-size);
-}
-
-.inline-title {
- font-size: var(--custom-title-size);
-}