From ca02966b35c514c6033286b729bf361d2fb6768b Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Wed, 22 Jun 2022 23:53:38 +0100 Subject: [PATCH] Override default css of Isso --- assets/css/custom.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/css/custom.css b/assets/css/custom.css index 569c3e4..dd8125a 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -23,3 +23,23 @@ a:hover { background-color: var(--splash) !important; border-bottom: 1px dashed var(--primary); } + +#isso-thread > h4 { + color: white; +} +.isso-textarea, .isso-input-wrapper > input { + color: white !important; + background-color: transparent !important; + border-color: white !important; + border-radius: 0px !important; +} +.isso-post.action > input { + background-color: var(--primary) !important; + color: black !important; + border-color: var(--splash) !important; + border-radius: 0px !important; +} +::placeholder { + color: white; + opacity: 1; +}