chore: move css to right location; feat: button hover interactivity outside of settings

This commit is contained in:
Michael Schmidt-Korth
2021-08-13 22:33:46 +02:00
committed by Tienson Qin
parent 6e9f94422f
commit 10161d55dd
2 changed files with 16 additions and 10 deletions

View File

@@ -127,6 +127,10 @@
opacity: 0.5;
}
&:hover {
opacity: 0.8;
}
&.is-link {
@apply text-white;
}