mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Chore: gitignore, some comments
This commit is contained in:
parent
c6e14f6d4c
commit
205c7a1105
2 changed files with 6 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -14,3 +14,7 @@ csv/webrings.csv
|
||||||
results/
|
results/
|
||||||
linter-configs/htmltest/
|
linter-configs/htmltest/
|
||||||
public.eac
|
public.eac
|
||||||
|
# vale linter; not checked in bc i only use it as a light suggestion
|
||||||
|
# when i feel like it
|
||||||
|
styles/
|
||||||
|
.vale.ini
|
||||||
|
|
|
@ -296,9 +296,11 @@ html {
|
||||||
margin-left: -.25em;
|
margin-left: -.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* stylelint-disable selector-max-compound-selectors -- simplest way to target post-meta */
|
||||||
h1 + ul > li > a {
|
h1 + ul > li > a {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
/* stylelint-enable selector-max-compound-selectors */
|
||||||
|
|
||||||
/* Increase tap-target size of title links. */
|
/* Increase tap-target size of title links. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue