tangled
alpha
login
or
join now
oeiuwq.com
/
flake-file
5
fork
atom
Generate flake.nix from module options. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/
dendrix.oeiuwq.com/Dendritic.html
dendritic
nix
inputs
5
fork
atom
overview
issues
1
pulls
pipelines
fix styles
oeiuwq.com
3 weeks ago
8a118dae
415ff19b
1/1
mirror.yml
success
2s
+25
-5
1 changed file
expand all
collapse all
unified
split
docs
src
components
Ad.astro
+25
-5
docs/src/components/Ad.astro
···
6
6
<div class="content">
7
7
<div class="header">
8
8
<Icon name="heart" size="2.5rem" class="heart-icon" />
9
9
-
<h3><code>vic/flake-file</code>?</h3>
9
9
+
<h4><code>vic/flake-file</code>?</h4>
10
10
</div>
11
11
12
12
<LinkButton href="https://dendritic.oeiuwq.com/sponsor" variant="primary">Become a Sponsor</LinkButton>
···
43
43
transform: translateY(-2px);
44
44
}
45
45
46
46
+
.content * {
47
47
+
color: var(--sl-color-fg);
48
48
+
}
49
49
+
46
50
.content {
51
51
+
text-align: center;
52
52
+
}
53
53
+
54
54
+
.content:hover * {
47
55
color: white;
48
48
-
text-align: center;
56
56
+
}
57
57
+
58
58
+
.content a:link {
59
59
+
color: inherit;
60
60
+
}
61
61
+
62
62
+
.content a.primary:link {
63
63
+
color: var(--sl-color-bg);
64
64
+
}
65
65
+
66
66
+
.content a.primary:visited {
67
67
+
color: var(--sl-color-bg);
68
68
+
}
69
69
+
70
70
+
.content a:visited {
71
71
+
color: inherit;
49
72
}
50
73
51
74
.header {
···
84
107
}
85
108
86
109
.description a {
87
87
-
color: white;
88
110
font-weight: 600;
89
111
text-decoration: underline;
90
112
text-decoration-thickness: 2px;
···
113
135
}
114
136
115
137
.ecosystem a {
116
116
-
color: white;
117
138
text-decoration: none;
118
139
font-weight: 500;
119
140
transition: opacity 0.2s;
···
129
150
align-items: center;
130
151
gap: 0.5rem;
131
152
background: rgba(255, 255, 255, 0.25);
132
132
-
color: white;
133
153
padding: 0.875rem 1.75rem;
134
154
border-radius: 0.75rem;
135
155
font-weight: 600;