mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Fixed dark theme issues
This commit is contained in:
parent
2d88a71b80
commit
e6f4159e53
@ -58,6 +58,14 @@ p, h1, h2, h3, h4, h5, h6 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Callouts
|
||||||
|
*/
|
||||||
|
.callout.callout-info {
|
||||||
|
background-color: var(--black-5) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Forms
|
* Forms
|
||||||
*/
|
*/
|
||||||
@ -556,4 +564,11 @@ img[src$="groups_logo/default.png"] {
|
|||||||
*/
|
*/
|
||||||
.friends-list-ro .friend a:hover .friends-name {
|
.friends-list-ro .friend a:hover .friends-name {
|
||||||
color: var(--black4);
|
color: var(--black4);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Account created page
|
||||||
|
*/
|
||||||
|
.page_account_created .message_container .message {
|
||||||
|
background-color: var(--black5);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user