Change goto button from button to anchor

This commit is contained in:
2025-02-09 10:43:59 +01:00
parent 84a6d572c9
commit f2db34edf3
2 changed files with 26 additions and 10 deletions
+4 -2
View File
@@ -12,8 +12,7 @@ export const FlexC = styled.div`
flex-direction: column;
`;
export const Btn = styled.button`
const shardedBtnStyle = `
border: 1px solid white;
font-size: 10pt;
@@ -48,6 +47,9 @@ export const Btn = styled.button`
transition: background-color 250ms;
`;
export const Btn = styled.button`${shardedBtnStyle}`;
export const A = styled.a`${shardedBtnStyle}`;
export const Theme = styled.div`
background-color: rgba(255, 255, 255, 0.75);
color: rgb(10, 10, 10);