fix hover color of markdown toolbar buttons
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user