Adds hover for buttons

This commit is contained in:
Amir Raminfar
2022-11-08 12:47:06 -08:00
parent bb1dda41ff
commit 2702e80314

View File

@@ -206,3 +206,8 @@ mark {
transform: scale(1.05);
}
}
.button.is-rounded:hover {
color: var(--text-strong-color);
background: var(--scheme-main-ter);
}