fixed buttons

This commit is contained in:
Kamil Niemczycki 2022-07-31 15:15:29 +02:00
parent 7476cfce33
commit 3e5c2a1c1d
Signed by: kamilniemczycki
GPG Key ID: 04D4E2012F969213

View File

@ -126,6 +126,10 @@ function markdownToText (project) {
.btn {
display: flex;
&:hover {
background-color: rgba(255, 255, 255, .9);
}
}
}
}