We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68dc3b0 commit 00efd28Copy full SHA for 00efd28
assets/css/style.scss
@@ -309,17 +309,18 @@ a.navbar-item.is-active {
309
transition: all 0.5s ease;
310
margin-bottom: 0.5rem !important;
311
display: inline-table;
312
- border-radius: 10px;
313
&:hover {
314
transform: scale(0.975);
315
}
316
317
.card {
318
transition: all 0.25s ease;
319
- &:hover {
320
- background-color: rgba($color: #111113, $alpha: 0.90)!important;
321
- }
+ // &:hover {
+ // background-color: rgba($color: #111113, $alpha: 0.90)!important;
+ // }
+ border-radius: 10px;
322
323
+
324
325
326
#post {
0 commit comments