fix hover color of markdown toolbar buttons

pull/1/head
David Benqué 5 years ago
parent f38caa0af5
commit a5767d8b68

@ -95,6 +95,12 @@
.cp-markdown-toolbar { .cp-markdown-toolbar {
background-color: #eee; background-color: #eee;
color: @cryptpad_text_col; color: @cryptpad_text_col;
button {
&:hover {
background-color: @cryptpad_text_col;
color: white;
}
}
} }
margin-bottom: 15px; margin-bottom: 15px;
} }

Loading…
Cancel
Save