Generate flake.nix from module options. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ dendrix.oeiuwq.com/Dendritic.html
dendritic nix inputs

fix styles

+25 -5
+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 - <h3><code>vic/flake-file</code>?</h3> 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 + .content * { 47 + color: var(--sl-color-fg); 48 + } 49 + 46 50 .content { 51 + text-align: center; 52 + } 53 + 54 + .content:hover * { 47 55 color: white; 48 - text-align: center; 56 + } 57 + 58 + .content a:link { 59 + color: inherit; 60 + } 61 + 62 + .content a.primary:link { 63 + color: var(--sl-color-bg); 64 + } 65 + 66 + .content a.primary:visited { 67 + color: var(--sl-color-bg); 68 + } 69 + 70 + .content a:visited { 71 + color: inherit; 49 72 } 50 73 51 74 .header { ··· 84 107 } 85 108 86 109 .description a { 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 - 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 - color: white; 133 153 padding: 0.875rem 1.75rem; 134 154 border-radius: 0.75rem; 135 155 font-weight: 600;