Accessibility optimization
This commit is contained in:
parent
0705772ef6
commit
3c21f680e0
2 changed files with 6 additions and 6 deletions
|
|
@ -124,7 +124,7 @@ export default function Contact() {
|
|||
<SocialMedia>
|
||||
<Link
|
||||
href="https://www.instagram.com/ferda_borisjuk/"
|
||||
arial-label="Instagram"
|
||||
arial-label="Frank Borisjuk's Instagram"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
|
|
@ -132,7 +132,7 @@ export default function Contact() {
|
|||
</Link>
|
||||
<Link
|
||||
href="https://github.com/HangerThem"
|
||||
arial-label="Github"
|
||||
arial-label="Frank Borisjuk's GitHub"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
|
|
@ -140,7 +140,7 @@ export default function Contact() {
|
|||
</Link>
|
||||
<Link
|
||||
href="https://discord.com/users/495134242825699328"
|
||||
arial-label="Discord"
|
||||
arial-label="Frank Borisjuk's Discord"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
|
|
@ -148,7 +148,7 @@ export default function Contact() {
|
|||
</Link>
|
||||
<Link
|
||||
href="https://www.linkedin.com/in/franti%C5%A1ek-borisjuk-022686225/"
|
||||
arial-label="Linkedin"
|
||||
arial-label="Frank Borisjuk's LinkedIn"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ import { createGlobalStyle } from "styled-components"
|
|||
|
||||
export const GlobalStyle = createGlobalStyle`
|
||||
:root {
|
||||
--primary: 201, 14, 14;
|
||||
--primary: 239, 31, 31;
|
||||
--white: 255, 255, 255;
|
||||
--black: 0, 0, 0;
|
||||
--black: 5, 5, 5;
|
||||
--background: 217, 217, 217;
|
||||
--accent: 104, 104, 104;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue