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;