From c43993cd5eaf1c049c89cf550a3ea3a90fc8da09 Mon Sep 17 00:00:00 2001 From: mehbark Date: Tue, 20 Feb 2024 20:29:35 -0500 Subject: [PATCH] one-post: dark-mode durability, not responsive --- html/one-post.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/one-post.less b/html/one-post.less index 08a79f8..1e7da90 100644 --- a/html/one-post.less +++ b/html/one-post.less @@ -162,11 +162,13 @@ a { //isolation: isolate; margin-top: 1rem; margin-bottom: 1rem; + color: @not-black; } .post-inner { box-shadow: 0px 4px 5px rgba(0,0,0,.14),0px 1px 10px rgba(0,0,0,.12),0px 2px 4px rgba(0,0,0,.2); //z-index: -413; + background-color: white; } .posts {