Fix dark on dark contact icons

pull/1/head
David Benqué 2021-01-19 16:34:36 +00:00
parent 77b68c66ef
commit 16cc324710
1 changed files with 2 additions and 1 deletions

View File

@ -94,6 +94,7 @@
flex-flow: column;
flex: 1;
min-width: 0;
color: @colortheme_base;
.cp-app-contacts-name {
white-space: nowrap;
}
@ -113,7 +114,7 @@
width: 20px;
text-align: center;
&:hover {
color: darken(@msg-color, 20%);
color: @cryptpad_text_col;
}
}