chore(lint): enforce 2-space indent & add gpg pre-commit hook

This commit is contained in:
2026-03-04 02:45:53 +00:00
parent b98a14950c
commit 10286c2924
7 changed files with 135 additions and 118 deletions

View File

@@ -212,6 +212,12 @@ body {
box-sizing: border-box;
}
::placeholder {
color: var(--text-muted);
opacity: 1;
/* Override Firefox default opacity */
}
.tool-textarea {
font-family: monospace;
resize: none;