use simple styling

This commit is contained in:
Sebastian Hugentobler 2023-11-18 09:50:50 +01:00
parent 0f3fb34d85
commit a94d23bc2c
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
6 changed files with 55 additions and 8 deletions

View file

@ -4,6 +4,7 @@ use crate::{config::PenguinConfig, feeds::enrich_feeds};
mod app;
mod config;
mod css_handler;
mod feeds;
mod hash;
mod logging;