add: content_text_color light/dark mode color support

This commit is contained in:
trisua 2025-08-21 15:47:33 -04:00
parent e647e54916
commit be9189a474
3 changed files with 47 additions and 2 deletions

View file

@ -6,7 +6,7 @@ Fluffle is a familiar Markdown pastebin-y site :)
Once you've cloned the repository, cd into the `app` directory and run `cargo run -r`.
After you start the server the first time, a `fluffle.toml`file will be created in the current directory. You'll need to edit that file to configure your PostgreSQL connection, instance name/theme color, etc.
After you start the server the first time, a `fluffle.toml` file will be created in the current directory. You'll need to edit that file to configure your PostgreSQL connection, instance name/theme color, etc.
## Customization