0.0.9: finish css.

This commit is contained in:
2025-08-23 14:17:03 +08:00
parent f19edcc121
commit 29d9964d8f
3 changed files with 5 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
<style>
.archive-button {
font-weight: 600;
padding: 4px 6px;
padding: 4px 10px 4px 6px;
background: #333;
color: white !important;
border-radius: 8px;
@@ -53,7 +53,8 @@
}
.archive-icon {
font-size: 20px;
margin-bottom: 2px;
font-size: 18px;
transition: transform 0.3s ease;
}