From ab860295120ea3b3c8f6e99cc9d16e597bf8507b Mon Sep 17 00:00:00 2001
From: anarsec <anarsec@riseup.net>
Date: Tue, 15 Aug 2023 20:26:43 +0000
Subject: [PATCH] heading sizes

---
 content/posts/qubes/index.md              | 2 +-
 themes/DeepThought/sass/deep-thought.sass | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/content/posts/qubes/index.md b/content/posts/qubes/index.md
index 45514e9..2b9ee7d 100644
--- a/content/posts/qubes/index.md
+++ b/content/posts/qubes/index.md
@@ -340,7 +340,7 @@ There is much more flexibility in how you configure Qubes OS than Tails, but mos
 * Encryption
 	* Passwords: [See above](#password-management) 
 	* Encrypted containers: Gocryptfs works the same way, and is useful for a second layer of defense. 
-	* Encrypted communication: Use [Cwtch](https://cwtch.im/) for synchronous messaging, and Element for asynchronous messaging. See [Encrypted Messaging for Anarchists](/posts/e2ee/).
+	* Encrypted communication: Use [Cwtch](https://cwtch.im/). See [Encrypted Messaging for Anarchists](/posts/e2ee/).
 * Phishing awareness
 	* This is where Qubes OS really shines. Awareness is no longer your only defense - Qubes OS is designed to protect against [phishing](/glossary/#phishing) attacks.  
 	* Open attachments in a disposable and offline qube. 
diff --git a/themes/DeepThought/sass/deep-thought.sass b/themes/DeepThought/sass/deep-thought.sass
index 05699cf..783f8dd 100644
--- a/themes/DeepThought/sass/deep-thought.sass
+++ b/themes/DeepThought/sass/deep-thought.sass
@@ -540,3 +540,12 @@ pre[theme="dark"]
   height: auto
   max-height:90vh
 
+h2
+  font-size: 1.44em !important
+
+h3
+  font-size: 1.09em !important
+
+h4
+  font-size: 1em !important
+  font-style: italic !important
-- 
GitLab