commit 27983a11eeac107c1e73a45f1f2bd7015cf75d06
parent cf5c53dfc1332ec5747eefcec4b0571ca73d40fe
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Tue, 9 Dec 2025 13:59:35 +0100
feat: description for themes
Diffstat:
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
@@ -44,15 +44,25 @@ Currently, the `./css/` directory contains following theming tweaks:
- [visibility](#visibility): small adjustments to improve visibility of content
in the sense of accessibility
-### Simple.CSS
+### Themes
+
+#### Simple.CSS
Theme based on colours from the [Simple.css Framework](https://simplecss.org/)
-### Purple-Ish Theme:
+
+
+#### Purple-Ish

-### Visibility:
+### Common CSS Styles
+
+#### Cards
+
+Card Style for posts (see in [Themes](#themes) section above)
+
+#### Visibility

@@ -66,8 +76,8 @@ The *Visibility* CSS rules also mark all external URLs with an arrow-icon.
make minify-css
```
-Place the minified `purpleish.min.css`, and/or `visibility.min.css` in the
-`public/theming/` directory.
+Place the minified [CSS themes](#themes), and/or `visibility.min.css` and
+`cards.min.css` in the `public/theming/` directory.
**Manual installation:**