Override default css of Isso

This commit is contained in:
2022-06-22 23:53:38 +01:00
parent 5ffa145343
commit ca02966b35

View File

@@ -23,3 +23,23 @@ a:hover {
background-color: var(--splash) !important; background-color: var(--splash) !important;
border-bottom: 1px dashed var(--primary); 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;
}