tangled
alpha
login
or
join now
tokono.ma
/
diffuse-applets
0
fork
atom
Experiment to rebuild Diffuse using web applets.
0
fork
atom
overview
issues
pulls
pipelines
chore: Couple design tweaks
Steven Vandevelde
1 year ago
b4b193a0
55e71c54
+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);