Initial commit

This commit is contained in:
Yaser
2026-08-13 20:00:11 +03:30
commit b7d0fcf68b
2029 changed files with 126991 additions and 0 deletions

6
public/css/theme.css Normal file
View File

@@ -0,0 +1,6 @@
:root {
/* Override application styles by redeclaring variables using !important rule */
/* Example: */
/* --text: blue !important; */
}

View File

@@ -0,0 +1,7 @@
html.theme-dark .chart-page {
background-color: var(--body-background-color);
}
html.theme-dark .group-wWM3zP_M- {
background-color: transparent;
}