From 8c8d5ab9c71e0a134a91c09b79f76f0b75a8ea9c Mon Sep 17 00:00:00 2001 From: b1ek Date: Fri, 10 Mar 2023 22:00:52 +1000 Subject: [PATCH] completely fix black terminal colors --- public/static/ui/resume.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/static/ui/resume.css b/public/static/ui/resume.css index 4788e6d..9d4ad4c 100644 --- a/public/static/ui/resume.css +++ b/public/static/ui/resume.css @@ -5,7 +5,7 @@ div#resume_js_app { border: 1px solid #e1e1e1; font-family: monospace; box-shadow: 0 2px 4px #30303060; - color: #e1e1e1; + color: #e1e1e1 !important; } div#resume_js_app p.js_loading_indicator { padding: 0; margin: 0; @@ -14,4 +14,8 @@ div#resume_js_app p.js_loading_indicator { transform: translate(-50%, -50%); width: fit-content; text-align: center; +} + +div#resume_js_app * { + color: #e1e1e1; } \ No newline at end of file