Commit Graph

26 Commits (200359ec3c9d2119e1fdce2b244bdf2b39dc7880)

Author SHA1 Message Date
Aevann eede8ad1af case insensitive selectors 2023-09-17 21:42:20 +03:00
Aevann cfef4d3eea .visited consistency 2023-09-01 10:45:49 +03:00
Aevann f008e6aedc make post title not get grayed-out 2023-08-17 03:34:39 +03:00
Aevann a8d988e660 exempt drop-down items from the :visited thing 2023-08-14 13:08:09 +03:00
Aevann c17762fa04 universal visited color for all external links 2023-08-13 23:24:58 +03:00
Aevann 5221f34bab make unread color different from target color 2023-08-12 16:22:47 +03:00
Aevann 384019d0b8 shorten some urls 2023-07-28 01:58:25 +03:00
Aevann 3e6622c511 cleanup in aisle 4 2023-07-03 03:26:20 +03:00
Aevann 1e3f48e31f unify highlighting css selectors 2023-06-30 22:03:11 +03:00
Aevann 8f9367ed93 change 4chan unread color 2023-06-30 21:50:39 +03:00
Aevann 395bda1400 hide unicode emojis in spoilers 2023-06-22 19:25:27 +03:00
Aevann 03bc087549 tweak to 4chan theme 2023-05-02 23:00:32 +03:00
Aevann ec29c7448b change background color of blockquotes on 4chan theme 2023-05-02 22:29:21 +03:00
Aevann 9135a1a241 fix spoilers on some themes 2023-02-02 06:03:26 +02:00
Aevann1 93063516ce tie transparent theme to backgrounds 2022-12-07 19:53:29 +02:00
Aevann1 49263fdd86 Revert "stop using background css property and use its parts instead"
This reverts commit e4e67a4424.
2022-12-04 00:17:35 +02:00
Aevann1 e4e67a4424 stop using background css property and use its parts instead 2022-12-04 00:11:02 +02:00
Aevann1 5719688178 use tabs, not spaces 2022-10-29 01:39:31 +02:00
Aevann1 6c32916f1a convert more <a> tags to <button> tags 2022-10-29 00:51:10 +02:00
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 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 664029a9fb sneed 2022-07-16 21:00:02 +00:00