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; +}