summary refs log tree commit diff stats
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-13 14:54:22 +0100
committermounderfod <mounderfod@gmail.com>2023-07-13 14:54:22 +0100
commitc3d8ae5c36f7060bb00245233e723dc78522f032 (patch)
tree6fbe6ce27f65b5bf3f6c28564f196851971b8d1a
parentd8336b39779d916412844f9e981a769747061350 (diff)
downloadwebsite-c3d8ae5c36f7060bb00245233e723dc78522f032.tar.gz
i hate this
-rw-r--r--_layouts/post.html2
-rw-r--r--assets/index.css4
2 files changed, 1 insertions, 5 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index ef3e7aa..c610a13 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -11,7 +11,7 @@ layout: default
 </time>
 <p class="p-summary" style="display: none;">{{post.excerpt | strip_html | truncatewords: 20}}</p>
 
-<div class="e-content">{{content}}</div>
+<div class="e-content" style="color: black;">{{content}}</div>
 
 <p>
     <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" class="bi bi-tag-fill"
diff --git a/assets/index.css b/assets/index.css
index 635cf5f..da1c08a 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -100,10 +100,6 @@ blockquote {
   color: black;
 }
 
-.box > * > * > :is(p, h1, h2, h3, h4, h5, h6) {
-  color: black;
-}
-
 .box > ul > li > :is(p, h1, h2, h3, h4, h5, h6) {
   color: black;
 }