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

@@ -132,56 +132,6 @@ nav {
}
/* --- Comments Section --- */
/* Modernizing the container */
.comment-card {
background: #ffffff;
border: 1px solid #e1e4e8;
border-radius: 8px;
padding: 24px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
margin-top: 30px;
}
.comment-card h4 {
margin-top: 0;
font-weight: 600;
color: #333;
margin-bottom: 20px;
}
/* Styling the inputs */
.comment-card .form-control {
border-radius: 6px;
border: 1px solid #d1d5da;
box-shadow: none;
transition:
border-color 0.2s,
box-shadow 0.2s;
padding: 10px 12px;
}
.comment-card .form-control:focus {
border-color: #007bff;
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
outline: none;
}
/* Making the button pop */
.comment-card .btn-primary {
background-color: #007bff;
border: none;
padding: 8px 20px;
font-weight: 500;
border-radius: 6px;
margin-top: 15px;
transition: background 0.2s;
}
.comment-card .btn-primary:hover {
background-color: #0056b3;
}
.comment-card {
background: #ffffff;
border: 1px solid #e1e4e8;

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>