pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit 269367c8b73cc2a5e79a63bca57998d6a70264eb
parent 6f1cefcb8b00eb1624a7482d1105fd3a3f1dfa64
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun, 28 Apr 2024 18:47:50 +0200

make lines thicker

Diffstat:
Massets/index.css | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/assets/index.css b/assets/index.css @@ -62,3 +62,8 @@ a:hover, a:active { background-color: var(--bg2); } +hr { + border: 0; + border-top: 3px solid var(--fg2); + height: 3px; +}