diff options
| author | Henry J. Webster <hwebs@hwebs.info> | 2026-08-05 18:45:47 -0500 |
|---|---|---|
| committer | Henry J. Webster <hwebs@hwebs.info> | 2026-08-05 18:50:22 -0500 |
| commit | 3eaf337ab93411785b94ad2a82ab88ae71d5f478 (patch) | |
| tree | 7f2f98e507edde90243a2485c30cc7806c2cf054 /theme.scm | |
| parent | 3b0ca42d38f12fe6f35e3b7a03f898448d92a9f2 (diff) | |
NO FLEX ZONE
- Remove flexbox and use `float: right` instead.
I've been trying not use flex per "smolweb" guidance.
See more:
https://smolweb.org/css-grading.html
- Switch from Button* system-color to Field*.
Seems to be better implemented on Chrome and Safari.
Diffstat (limited to 'theme.scm')
| -rw-r--r-- | theme.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ (href "data:,"))) (title ,(string-append title " — " (site-title site)))) (body - (header (div ,(assq-ref (site-default-metadata site) 'author)) + (header (span ,(assq-ref (site-default-metadata site) 'author)) (nav (ul (li (a (@ (href "/")) "Home")) (li (a (@ (href "/now")) "Now")) (li (a (@ (href "/blog")) "Blog"))))) |
