css color fixes

This commit is contained in:
2020-02-07 21:03:45 +03:00
parent a70a7fe541
commit f00eda9bb4
20 changed files with 180 additions and 0 deletions

View File

@@ -308,3 +308,12 @@ blockquote {
.directory-item .divgrow-showmore {
background-color: #353945;
}
.alert-info {
color: #dddddd;
border-color: #2b2b2b;
}
.conv-participants {
color: #539b55;
}