pub / serci

Search the web with !keywords
git clone https://https://src.jayvii.de/pub/serci.git
Home | Log | Files | Exports | Refs | README | RSS

commit 9c7f5dfba93cbac831dea4f335edc08a46b62b1d
parent 0e6c1bb29eff9923767ddad9e6c14275e96b8a74
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Fri, 18 Oct 2024 11:57:30 +0200

fix: apply margins on category marks

Diffstat:
Massets/css/custom.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/css/custom.css b/assets/css/custom.css @@ -49,7 +49,7 @@ button, .button, article > code, -article > mark +article > .categories > mark { margin: 3px; }