Files for my website bwc9876.dev

inline links get underlined

bwc9876.dev 08864267 2df86dd6

verified
+5 -5
+4
src/layouts/Layout.astro
··· 135 135 padding: var(--2) 0; 136 136 } 137 137 138 + nav a { 139 + text-decoration: none; 140 + } 141 + 138 142 nav > a:first-child { 139 143 font-size: var(--2); 140 144 display: flex;
+1 -5
src/styles/style.css
··· 127 127 128 128 a { 129 129 color: var(--accent-600); 130 - text-decoration: none; 131 - } 132 - 133 - a:hover { 134 - text-decoration: underline; 135 130 } 136 131 137 132 button, ··· 150 145 cursor: pointer; 151 146 transition: background-color 100ms linear; 152 147 color: var(--background-800); 148 + text-decoration: none; 153 149 } 154 150 155 151 button.secondary,