From c4fbc62ec195c1fdea622a9b2c7593f8ad87fcef Mon Sep 17 00:00:00 2001 From: 0x01FE <0x10FE@0x01fe.net> Date: Tue, 26 Mar 2024 18:40:38 -0500 Subject: [PATCH] minor css and gitignore changes (again) --- .gitignore | 1 + app/static/style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9fe92d2..46a471d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ docker-compose.yaml # Ignore images in posts *.jpg *.png +*.gif diff --git a/app/static/style.css b/app/static/style.css index 3ba8574..d657243 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -158,7 +158,7 @@ a:hover { text-decoration: underline; text-decoration-style: solid; text-decoration-thickness: 0.25em; - text-underline-offset: 6px; + text-underline-offset: 7px; text-decoration-color: var(--primary); }