fix hover color of markdown toolbar buttons

pull/1/head
David Benqué 2020-03-12 15:01:30 +00:00
parent f38caa0af5
commit a5767d8b68
1 changed files with 6 additions and 0 deletions
www/kanban

View File

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