This commit is contained in:
m
2026-03-15 03:44:55 +01:00
parent 67309af741
commit dc94615164
2 changed files with 18 additions and 1 deletions

View File

@@ -124,6 +124,17 @@ nav {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn {
border-radius: 0;
}
.btn-custom {
margin-top: 20px;
margin-right: 10px;
float: right;
border-radius: 5px;
}
/* --- Terminal Style (Code Blocks) --- */
.terminal-style {
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;

View File

@@ -32,6 +32,10 @@
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
outline: none;
}
.comment-btn {
margin-top: 0;
}
</style>
<div class="comment-card">
@@ -68,6 +72,8 @@
></textarea>
</div>
<button type="submit" class="btn-read-more">Post Comment</button>
<button type="submit" class="btn-read-more comment-btn">
Post Comment
</button>
</form>
</div>