From 98ab423bc86814010863e6a159ede16134a4dd37 Mon Sep 17 00:00:00 2001 From: limepotato Date: Thu, 11 Jul 2024 02:12:36 -0600 Subject: [PATCH] Make foreground of mobile pencil icon dark --- custom/assets/instance.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 175673616..5dcce60ce 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -10,6 +10,11 @@ * Change this for border-radius values */ +/** jormungandr css **/ +/* Make foreground of mobile pencil icon dark */ +.postButton .ph-pencil { + color: var(--bg); +} /** Sophie/Zvava CSS https://zvava.org **/ /* floating mobile navbar - */