alpha
Login
or
Join now
kacaii.dev
/
blog
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
💻 My corner on the internet
kacaii.dev/
lustre
evergarden
wisp-place
gleam
atproto
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
assets: remove --color-accent
author
kacaii.dev
date
4 days ago
(Jul 22, 2026, 5:05 PM -0300)
commit
885fd76d
885fd76df9a6020da5ef6d5b8f87ecb16c2cd1b8
parent
365b90b9
365b90b908a768ca571323850bc880c4a1cf1edc
change-id
qvkuumwk
qvkuumwksymvuzssqoywosxvlxzxrtrw
2/2
deploy.yml
success
30s
test.yml
success
18s
+2
-3
1 changed file
Expand all
Collapse all
Unified
Split
src
blog.css
+2
-3
src/blog.css
View file
Reviewed
···
23
23
24
24
@theme inline {
25
25
--color-primary: var(--color-green);
26
26
-
--color-accent: var(--color-green);
27
26
28
27
--color-subtext: var(--color-surface0);
28
28
+
--color-faint: var(--color-surface1);
29
29
--color-muted: var(--color-surface2);
30
30
-
--color-faint: var(--color-surface1);
31
30
}
32
31
33
32
@layer base {
···
67
66
}
68
67
}
69
68
70
70
-
color: var(--color-accent);
69
69
+
color: var(--color-primary);
71
70
padding: 2px;
72
71
text-decoration: underline;
73
72
text-underline-offset: 3px;