tangled
alpha
login
or
join now
kacaii.dev
/
blog
0
fork
atom
💻 My personal website
blog.kacaii.dev/
blog
gleam
lustre
0
fork
atom
overview
issues
pulls
pipelines
:lipstick: use `surface0` instead of `overlay0`
kacaii.dev
2 months ago
97e2bc77
8201931d
1/1
fly.yml
success
48s
+2
-2
2 changed files
expand all
collapse all
unified
split
priv
static
blog.css
src
blog
page
content.gleam
+1
-1
priv/static/blog.css
···
96
96
list-style: numbered inside;
97
97
98
98
&::marker {
99
99
-
color: var(--mocha-overlay0)
99
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
25
-
html.hr([class("border text-ctp-overlay0")]),
25
25
+
html.hr([class("border text-ctp-surface0")]),
26
26
])
27
27
28
28
root.view(title:, content: [