remade app in ionic

This commit is contained in:
metacryst
2025-11-13 18:55:42 -06:00
parent cf03c95664
commit d160182127
161 changed files with 4240 additions and 5284 deletions

999
src/_/code/quill.js Normal file

File diff suppressed because one or more lines are too long

12
src/_/code/styles.css Normal file
View File

@@ -0,0 +1,12 @@
:root {
--main: #AEBDFF;
--accent: #60320c;
--text: #340000;
--yellow: #f1f3c3;
}
@media (prefers-color-scheme: dark) {
:root {
}
}