db dump tool

This commit is contained in:
2026-03-10 22:47:40 -03:00
parent c24dae9694
commit 57cb27f6cf
3 changed files with 39 additions and 3 deletions

View File

@@ -48,6 +48,15 @@
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dcddde' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
[data-theme="dark"] .modal-content {
background-color: var(--card-bg);
border-color: var(--border);
}
.rounded-circle {
border: 1px solid var(--border);
}
body {
background: var(--bg);
color: var(--text-main);