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); }