diff --git a/src/styles/global.scss b/src/styles/global.scss
index 3ed39ad..3e643f8 100644
--- a/src/styles/global.scss
+++ b/src/styles/global.scss
@@ -21,6 +21,19 @@ html {
box-sizing: border-box;
}
+a {
+ color: white;
+ text-decoration: none;
+
+ &:visited {
+ color: white;
+ }
+
+ &:hover, &:focus {
+ color: $accentColor;
+ }
+}
+
select,
option,
input,