[Archived] Archived WIP of vielle.dev

Rearange styles to be sane

vielle.dev ba492406 301cc2db

verified
+5 -4
+5 -4
src/components/generic/Nav.astro
··· 94 details { 95 position: relative; 96 > ul { 97 - position: absolute; 98 - background-color: white; 99 } 100 101 summary::marker { ··· 110 } 111 112 details > ul { 113 - padding: 10px 20px; 114 - width: max-content; 115 border: 5px solid black; 116 border-radius: 20px; 117 box-shadow: 0 10px; 118 119 ul { 120 margin-left: 1em;
··· 94 details { 95 position: relative; 96 > ul { 97 } 98 99 summary::marker { ··· 108 } 109 110 details > ul { 111 + position: absolute; 112 + background-color: white; 113 border: 5px solid black; 114 border-radius: 20px; 115 box-shadow: 0 10px; 116 + 117 + padding: 10px 20px; 118 + width: max-content; 119 120 ul { 121 margin-left: 1em;