alpha
Login
or
Join now
tokono.ma
/
diffuse-applets
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.
Experiment to rebuild Diffuse using web applets.
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
chore: Couple design tweaks
author
Steven Vandevelde
date
1 year ago
(Mar 13, 2025, 6:37 PM +0100)
commit
b4b193a0
b4b193a032167a25764990a573590fa0c927c24a
parent
55e71c54
55e71c54803197b8f6839871fac6120112a10a58
+7
-1
2 changed files
Expand all
Collapse all
Unified
Split
src
pages
index.astro
styles
pages
index.css
+1
-1
src/pages/index.astro
Reviewed
···
13
13
<Page title="Index">
14
14
<header>
15
15
<h1>
16
16
-
<svg viewBox="0 0 902 134" style="fill: currentColor; opacity: 0.375;" width="160">
16
16
+
<svg viewBox="0 0 902 134" width="160">
17
17
<title>Diffuse</title>
18
18
<use
19
19
xlink:href="/images/diffuse-current.svg#diffuse"
+6
src/styles/pages/index.css
Reviewed
···
47
47
48
48
a {
49
49
color: inherit;
50
50
+
text-underline-offset: 6px;
51
51
+
}
52
52
+
53
53
+
h1 svg {
54
54
+
fill: oklch(from var(--palm-leaf) calc(l + 0.125) c h);
50
55
}
51
56
52
57
h2 {
58
58
+
color: var(--beyond-the-pines);
53
59
font-size: var(--fs-xl);
54
60
font-weight: 900;
55
61
margin: var(--space-xl) 0 var(--space-sm);