[Archived] Archived WIP of vielle.dev

Fix colours on links

Changed files
+5 -9
src
components
generic
+5 -9
src/components/generic/NavEntry.astro
··· 29 } 30 31 a:link { 32 - color: #0000ff; 33 } 34 35 a:visited { 36 - color: #ff00ff; 37 } 38 39 a:focus, ··· 47 } 48 49 a:focus { 50 - outline: 0.2rem solid #0000ff; 51 outline-offset: 0; 52 border-radius: 0.4rem; 53 54 &:visited { 55 - outline-color: #ff00ff; 56 } 57 } 58 59 a:active { 60 text-decoration: none; 61 - color: #8080ff; 62 - 63 - &:visited { 64 - color: #ff80ff; 65 - } 66 } 67 </style>
··· 29 } 30 31 a:link { 32 + color: #62A0EA; 33 } 34 35 a:visited { 36 + color: #DC8ADD; 37 } 38 39 a:focus, ··· 47 } 48 49 a:focus { 50 + outline: 0.2rem solid #62A0EA; 51 outline-offset: 0; 52 border-radius: 0.4rem; 53 54 &:visited { 55 + outline-color: #DC8ADD; 56 } 57 } 58 59 a:active { 60 text-decoration: none; 61 + scale: 1.05; 62 } 63 </style>