Updated styles, adding dark theme.

This commit is contained in:
Revertron
2026-01-05 15:43:30 +01:00
parent bb162bccee
commit 09c1cd5ddc
4 changed files with 16368 additions and 6410 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "alfis"
version = "0.8.8"
version = "0.8.9"
authors = ["Revertron <alfis@revertron.com>"]
edition = "2021"
build = "build.rs"
@@ -34,7 +34,7 @@ rand = { package = "rand", version = "0.8.5" }
sqlite = "0.37.0"
uuid = { version = "1.18.1", features = ["serde", "v4"] }
mio = { version = "1.0.0", features = ["os-poll", "net"] }
ureq = { version = "3.1.2", optional = true }
ureq = { version = "3.1.4", optional = true }
lru = "0.16.2"
derive_more = { version = "2.0.1", features = ["display", "error", "from"] }
lazy_static = "1.5.0"