Fixed dark theme issues

This commit is contained in:
Pierre HUBERT 2019-01-21 09:06:27 +01:00
parent 2d88a71b80
commit e6f4159e53

View File

@ -58,6 +58,14 @@ p, h1, h2, h3, h4, h5, h6 {
}
/**
* Callouts
*/
.callout.callout-info {
background-color: var(--black-5) !important;
}
/**
* Forms
*/
@ -557,3 +565,10 @@ img[src$="groups_logo/default.png"] {
.friends-list-ro .friend a:hover .friends-name {
color: var(--black4);
}
/**
* Account created page
*/
.page_account_created .message_container .message {
background-color: var(--black5);
}