Add css and different colors for dates in the future

This commit is contained in:
finga 2024-05-02 23:24:07 +02:00
parent edfc102710
commit 268ac8eed3
9 changed files with 84 additions and 36 deletions

View file

@ -3,8 +3,6 @@ name = "srug_website"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
time = { version = "0.3.36", features = ["macros"] }
time = { version = "0.3.36", features = ["macros", "formatting", "local-offset", "wasm-bindgen"] }
yew = { version = "0.21.0", features = ["csr"] }