Commit Graph

16 Commits

Author SHA1 Message Date
Matthias Portzel 07819ed61b Skew 10, why not 2024-02-23 23:16:35 -05:00
Matthias Portzel 36d1ff07d3 Bump font-weight to 400 from 100 2023-09-15 10:59:09 -04:00
Matthias Portzel 704c32fed6 Circle only on the first page 2023-07-01 13:01:26 -07:00
Matthias Portzel a5e07a1f32 Circle time :) 2023-04-05 16:49:22 -04:00
Matthias Portzel ec51d8c3a0 Update favicon and apple-touch-icon for 2023 2023-03-10 22:43:34 -05:00
Matthias Portzel 8c8c7bbb5d Use svh instead of vh for mobile 2023-03-06 23:20:59 -05:00
Matthias Portzel 0fb8284d05 Fix Safari/compat bug with underline color 2023-03-06 22:56:04 -05:00
Matthias Portzel c5760f400f Style tweaks for mobile 2023-03-06 22:51:48 -05:00
Matthias Portzel aa17c2908a Style and layout tweaks 2023-03-06 22:31:05 -05:00
Matthias Portzel 8b9bb999a7 Older and Newer buttons for history navigation instead of list 2023-03-03 21:47:30 -05:00
Matthias Portzel 173a7616aa Remove Super Thoughts 2023-02-26 16:41:45 -05:00
Matthias Portzel 727bbf6fc5 Super Thoughts
I feel like this is one of those things that isn't going to be funny in 2 days, but I'm going to be stuck with it for like two years.
2022-07-11 22:28:02 -04:00
Matthias Portzel 7ad6f21f66 Make history nav into a column, add link to search 2022-05-17 07:44:48 -07:00
Matthias Portzel 9306248902 Search CSS tweaks
* A couple of other minor things
2022-05-16 11:28:47 -07:00
Matthias Portzel 292a464f11 Switch to text-decoration from border-bottom for header underlines 2022-05-03 14:20:23 -04:00
Matthias Portzel 1defa2b92c Rename 'main' to 'thoughts'
SQL to migrate the DB. Create migrations, migrate
`DELETE FROM django_content_type WHERE app_label='thoughts';`
`UPDATE django_content_type SET app_label='thoughts' WHERE app_label='main';`
`DROP TABLE thoughts_thought;`
`ALTER TABLE main_thought RENAME TO thoughts_thought;`
`DELETE FROM django_migrations WHERE app='main';`
Hopefully that's right, I'm not going to double check it or anything.
2022-04-30 13:34:39 -04:00