1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Chore: gitignore, some comments

This commit is contained in:
Rohan Kumar 2022-10-21 11:23:22 -07:00
parent c6e14f6d4c
commit 205c7a1105
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 6 additions and 0 deletions

4
.gitignore vendored
View file

@ -14,3 +14,7 @@ csv/webrings.csv
results/
linter-configs/htmltest/
public.eac
# vale linter; not checked in bc i only use it as a light suggestion
# when i feel like it
styles/
.vale.ini

View file

@ -296,9 +296,11 @@ html {
margin-left: -.25em;
}
/* stylelint-disable selector-max-compound-selectors -- simplest way to target post-meta */
h1 + ul > li > a {
margin-left: 0;
}
/* stylelint-enable selector-max-compound-selectors */
/* Increase tap-target size of title links. */