Fix dark on dark contact icons
parent
77b68c66ef
commit
16cc324710
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue