This commit is contained in:
2025-09-22 20:58:18 +02:00
parent fd4bc48bd1
commit 8484635fdd
2 changed files with 5 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
.card { border-radius: 1rem; box-shadow: 0 10px 30px rgba(0,0,0,.25);}
.brand { color: #e2e8f0; } /* slate-200 */
.muted { color: #94a3b8; }
.search { border-radius: .75rem; }
.search { border-radius: .75rem;}
</style>
</head>
<body class="py-4">
@@ -53,7 +53,7 @@
<div class="col-12">
<label class="form-label">PGP Public Key (.asc)</label>
<input type="file" class="form-control" name="file" accept=".asc,text/plain" required>
<div class="form-text">Nur ASCIIarmored öffentliche Schlüssel. Maximale Größe 2 MiB.</div>
<div class="form-text">Nur ASCII-armored öffentliche Schlüssel. Maximale Größe 2 MiB.</div>
</div>
</div>
</div>