added sqlite database, enhanced charts, bumped version

This commit is contained in:
aglkm
2024-12-15 13:40:35 +03:00
parent 1f0cc49e23
commit 9a0ab8ba00
13 changed files with 579 additions and 136 deletions

View File

@@ -114,10 +114,9 @@ footer {
background-color: silver !important;
}
.dark-mode button:focus { outline:0; }
.dark-mode button:hover,
.dark-mode button:active {
.dark-mode button:hover,
.dark-mode button:focus,
.dark-mode .btn.active {
color: silver !important;
}