Override default css of Isso
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user