minor css and gitignore changes (again)

This commit is contained in:
0x01FE 2024-03-26 18:40:38 -05:00
parent 006279b537
commit c4fbc62ec1
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ docker-compose.yaml
# Ignore images in posts
*.jpg
*.png
*.gif

View File

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