Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ den.oeiuwq.com
configurations den dendritic nix aspect oriented

fix styles

+27 -7
+27 -7
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/den</code>?</h3> 9 + <h4><code>vic/den</code>?</h4> 10 10 </div> 11 11 12 12 <LinkButton href="https://dendritic.oeiuwq.com/sponsor" variant="primary">Become a Sponsor</LinkButton> 13 13 14 14 <p class="description"> 15 - den is part of <a href="https://dendritic.oeiuwq.com">@vic's Dendritic Ecosystem</a> — made with love and maintained with passion. 15 + Den is part of <a href="https://dendritic.oeiuwq.com">@vic's Dendritic Ecosystem</a> — made with love and maintained with passion. 16 16 </p> 17 17 18 18 <ul class="ecosystem"> 19 19 <li><a href="https://github.com/vic/import-tree">import-tree</a></li> 20 20 <li><a href="https://github.com/vic/flake-aspects">flake-aspects</a></li> 21 - <li><a href="https://github.com/vic/with-inputs">with-inputs</a></li> 22 21 <li><a href="https://github.com/vic/flake-file">flake-file</a></li> 22 + <li><a href="https://github.com/vic/with-inputs">with-inputs</a></li> 23 23 <li><a href="https://github.com/vic/denful">denful</a></li> 24 24 <li><a href="https://github.com/vic/dendrix">dendrix</a></li> 25 25 </ul> ··· 43 43 transform: translateY(-2px); 44 44 } 45 45 46 + .content * { 47 + color: var(--sl-color-fg); 48 + } 49 + 46 50 .content { 47 - color: white; 48 51 text-align: center; 49 52 } 50 53 54 + .content:hover * { 55 + color: white; 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; 72 + } 73 + 51 74 .header { 52 75 display: flex; 53 76 align-items: center; ··· 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;