pub / ktistec-tweaks

Tweaks for the ActivityPub server ktistec
git clone https://src.jayvii.de/pub/ktistec-tweaks.git
Home | Log | Files | Exports | Refs | Submodules | README | RSS

commit ff58157a2a3791502167c6a48ce64b436296d5c6
parent 070a211f7185cc22ad18759cc2037bddec0844e7
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon, 15 Jul 2024 19:07:14 +0200

feat: add readme

Diffstat:
AREADME.md | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,17 @@ +# ktistec tweaks + +Small tweaks and hacks for [ktistec](https://github.com/toddsundsted/ktistec). + +Please send patches or remarks to +[jayvii+ktistec-tweaks[AT]posteo[DOT]de](mailto:jayvii+ktistec-tweaks[AT]posteo[DOT]de). + +## CSS + +Place the minified `purpleish.min.css` in the `/app/public/3rd/` directory and +at **AT THE START OF** `/app/public/3rd/semantic-2.4.1.min.css`: + +```css +@import url("purpleish.min.css"); + +/* ... rest of the file's content */ +```