Commit graph

19 commits

Author SHA1 Message Date
d1688c14b5 Style fixes for Definition Lists 2024-01-15 17:07:12 -08:00
cb3d538a54 Table of contents styling and spacing 2023-11-18 11:16:11 -08:00
73320e6fb3 Fix <code> block and inline styles 2023-11-18 11:15:42 -08:00
8cc207b84c Parameterize the photo grid 2023-10-03 08:55:13 -07:00
20e76897ff Move site header layout styles to columns; fix nav spacing
Do a bit of testing on Chrome too.
2023-09-30 11:56:45 -07:00
17f576406f Move all the figure styles to columns and typography 2023-09-30 11:22:08 -07:00
090eef5bee Fix the alignment of the post title <h1> 2023-09-30 11:06:30 -07:00
3a1597acec Move all the syntax highlighting styles to functional stylesheets 2023-09-28 18:16:38 -07:00
c642a23ec3 Move a bunch of color stuff from typography to colors 2023-09-28 14:41:32 -07:00
cf0fd27172 Partially reorganize styles into functional chunks, rather than by component
Move link, generic page layout, post list, and a bunch of leftover stuff in root.css to functional stylesheets in styles/root/.
2023-09-28 14:12:55 -07:00
a9cfddec80 Fix styling of blog, photos, term, ruby
So many fixes!
2023-09-26 09:37:04 -07:00
1fac613c37 All the root styles so far 2023-09-24 09:21:49 -07:00
dbb202d7f9 Merge branch 'main' into massive-relayout 2023-09-23 13:34:09 -07:00
16f96558cc Reset the line height to 1.5; 2 was silly 2023-09-22 07:56:50 -07:00
851c74b2c9 Define variables for <h*> sizes 2023-08-20 10:07:26 -07:00
013d707f50 Do the header gradient one letter at a time for browsers that don't support background-clip: text 2023-08-20 09:58:26 -07:00
4f63fab916 Move all the home styles to inline CSS 2023-05-20 08:28:38 -07:00
1713d5f849 Move site navigation to a partial
It can now be shared between the index and site header templates.
2023-05-20 08:27:55 -07:00
8029f97f9c Move all the root styles to fragment files
Create assets/styles/root to hold all the fragments of the root
stylesheet. This should make it easier to find and hack on style. Yay!
2023-05-20 07:53:22 -07:00