add global active styling for buttons

This commit is contained in:
Philipp Kühn 2021-08-25 21:18:36 +02:00
parent fcc1dce3ce
commit d050ee164f

View File

@ -58,3 +58,8 @@ body {
.ProseMirror:focus {
outline: none;
}
.is-active {
background: black;
color: white;
}