diff --git a/index.html b/index.html
index 1601034..6e8803b 100644
--- a/index.html
+++ b/index.html
@@ -31,7 +31,7 @@
nightcat.gg
- Where do you want to go today?
+ Where do you want to go today?
- YouTube
- Twitch
diff --git a/style.css b/style.css
index cedb972..5dc3c14 100644
--- a/style.css
+++ b/style.css
@@ -11,7 +11,7 @@
font-size:19px !important}}
@media (prefers-contrast: more) {
- html, body, input{color:#FFFEFA!important}
+ html, body, a, input{color:#FFFEFA!important}
#youtube{color:#FF9C9C!important}
#twitch{color:#CCA7FF!important}
#github{color:#A2BAD8!important}
@@ -19,7 +19,7 @@
footer{color:#B8B8B8!important}}
@media (prefers-contrast: less) {
- html, body, input, .box a{color:#BAB8B6!important}
+ html, body, a, input{color:#BAB8B6!important}
#youtube{color:#FF1919!important}
#twitch{color:#9967E0!important}
#github{color:#708196!important}
@@ -66,7 +66,7 @@ html {
background-image: url('bg.png');
animation: scroll 1s linear infinite}}
-html, body, input {
+html, body, a, input {
border-color: #736b5e;
color: #e8e6e3}
@@ -74,7 +74,6 @@ body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif}
a {
- color: #3391ff;
text-decoration: none}
a:hover {
text-decoration: underline}
@@ -125,8 +124,6 @@ footer {
margin: 10px;
padding: 5px;
width: 160px}
-.box a {
- color: #FFF}
.box a:hover {
text-decoration: none}
@@ -134,7 +131,7 @@ footer {
background-color: #FFF;
border: 1px solid #28ACF3}
#mkwii-guide a {
- color: #000}
+ color: #000 !important}
#flipnote-studio {
background-color: #744000;
border: 1px solid #F4D89F}