does it work?

This commit is contained in:
m
2026-03-14 21:39:35 +01:00
parent 4f786bbaf4
commit 476e26db42
2 changed files with 2 additions and 52 deletions

View File

@@ -35,7 +35,7 @@
/* Making the button pop */
.comment-card .btn-primary {
background-color: #007bff;
background-color: transparent;
border: none;
padding: 8px 20px;
font-weight: 500;
@@ -45,7 +45,7 @@
}
.comment-card .btn-primary:hover {
background-color: #0056b3;
background-color: #e1e4e8;
}
</style>