💻 My personal website blog.kacaii.dev/
blog gleam lustre

:lipstick: use `surface0` instead of `overlay0`

+2 -2
+1 -1
priv/static/blog.css
··· 96 96 list-style: numbered inside; 97 97 98 98 &::marker { 99 - color: var(--mocha-overlay0) 99 + color: var(--mocha-surface0) 100 100 } 101 101 102 102 p {
+1 -1
src/blog/page/content.gleam
··· 22 22 html.header([class("hidden md:block")], [ 23 23 html.h1([class("mb-1 text-4xl font-bold")], [html.text(title)]), 24 24 html.p([class("my-2")], [html.text(post.meta.description)]), 25 - html.hr([class("border text-ctp-overlay0")]), 25 + html.hr([class("border text-ctp-surface0")]), 26 26 ]) 27 27 28 28 root.view(title:, content: [