Commit Graph

15 Commits (4a54c6219ad8d8b8ecc4ee3a5ed4ac2f8f7fbc62)

Author SHA1 Message Date
Snakes 4a54c6219a
Add trailing final newlines to source files.
Touched a ton of files to finally standardize on having trailing
final newlines, as best practice recommends and so our devs stop
accidentally fighting each other over it.

This was performed automatically with the following:
git ls-files -z '*.py' | while IFS= read -rd '' f; \
    do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
git ls-files -z '*.css' | while IFS= read -rd '' f; \
    do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2022-09-29 01:43:29 -04:00
Aevann1 9ad4dbeaa7 cosmetic change 2022-09-10 02:25:53 +02:00
Aevann1 acf6ca7d74 remove sidebar background (I hate it) 2022-09-09 11:28:59 +02:00
Aevann1 47890d771d add Marsey Submission UI 2022-09-09 11:13:50 +02:00
Aevann1 2ceeec26b7 cosmetic fix 2022-09-08 19:30:22 +02:00
Aevann1 26535c4b25 cosmetic change 2022-09-08 18:11:44 +02:00
Aevann1 7bbbb117d1 testing on devrama.net 2022-09-07 00:00:58 +02:00
Aevann1 cfa2a31328 make the border for posts less pronounced on dark theme 2022-09-06 05:20:00 +02:00
Aevann1 96f39afb11 dude !important lmao 2022-08-18 11:41:23 +02:00
Aevann1 9cb5c6e820 change tooltip color on dark themes 2022-08-18 11:18:09 +02:00
Aevann1 ac1a7006df smol css changes (dont review if u value ur sanity) 2022-08-11 07:05:48 +02:00
Aevann1 a4b397fb91 revert unread change in dark theme 2022-08-11 06:07:14 +02:00
Aevann1 539efb6b95 make unread shit on dark theme more prominent 2022-08-06 16:18:22 +02:00
Aevann1 c3430ee6ea make dark theme better 2022-08-06 01:52:27 +02:00
Aevann1 664029a9fb sneed 2022-07-16 21:00:02 +00:00