fix: tweaking recovery after db corruption
This commit is contained in:
@@ -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
Reference in New Issue
Block a user