fixed buttons

This commit is contained in:
2022-07-31 15:15:29 +02:00
parent 7476cfce33
commit 3e5c2a1c1d

View File

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