commit c742ee9906f4cf57c3c209f60b6f165c39c674ab parent 2741719193f6b78c7237b240f6a479e11ec64e19 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Tue, 30 Jul 2024 14:05:33 +0200 fix: embed example images as markdown Diffstat:
M | README.md | | | 15 | ++------------- |
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md @@ -27,22 +27,11 @@ Currently, the `./css/` directory contains three theming tweaks: Example for the Purple-ish Theme: -<img - src="https://paste.jayvii.de/7e381ec8f9dd995c8c6b3c597fb6b8ec650626b177e70ae6742472eec1880ce0" - alt="Screenshot of the purpleish theme" - title="Purpleish Theme in Dark Mode" - width="100%" -/> +![Purpleish Theme in Dark and Bright Mode](https://paste.jayvii.de/7e381ec8f9dd995c8c6b3c597fb6b8ec650626b177e70ae6742472eec1880ce0) Example for the Layout tweaks (pagination buttons): -<img - src="https://paste.jayvii.de/9fa1b7e02b6e9b8cc91c0a99d27c3ebb44bb3173faf3439ad4f0f17d64bf6f7f" - alt="Screenshot of the layout tweaks" - title="Pagination Buttons stretched across full width" - width="100%" -/> - +![Pagination Buttons stretched across full width](https://paste.jayvii.de/9fa1b7e02b6e9b8cc91c0a99d27c3ebb44bb3173faf3439ad4f0f17d64bf6f7f) **Minify CSS:**