fix: tweaking recovery after db corruption

This commit is contained in:
2026-01-15 02:20:58 +00:00
parent 8b0f496db3
commit 7767a46e4f
25 changed files with 2844 additions and 4577 deletions

View File

@@ -4,6 +4,11 @@
* Color syntax inspired by Dracula Theme [https://draculatheme.com/]
* @version 1.0 (June 2020)
*/
html {
--bg: #282a36;
--fg: #f8f8f2;
}
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&family=Ubuntu:wght@500;700&display=swap');
:root {
@@ -737,4 +742,4 @@ input::placeholder {
.footer > div {
background: var(--color-darkBackground);
padding: 0 0 .5em;
}
}

File diff suppressed because one or more lines are too long