diff --git a/index.html b/index.html index fbeb396..1dd32a9 100644 --- a/index.html +++ b/index.html @@ -60,6 +60,10 @@ justify-content: center; position: relative; } + a, + a:visited { + color: #000000; + } .overlay { position: fixed; top: 0; @@ -196,7 +200,6 @@ border-top: 1px solid #ccc; } .site-footer a { - color: #757684; text-decoration: none; } .site-footer a:hover { diff --git a/meshcore-resources.html b/meshcore-resources.html index ef0cee1..c29c24f 100644 --- a/meshcore-resources.html +++ b/meshcore-resources.html @@ -27,6 +27,10 @@ justify-content: center; padding: 2em 0; } + a, + a:visited { + color: #000000; + } .overlay { position: fixed; top: 0; diff --git a/resources.html b/resources.html index 58d8641..ef8f361 100644 --- a/resources.html +++ b/resources.html @@ -27,6 +27,10 @@ justify-content: center; padding: 2em 0; } + a, + a:visited { + color: #000000; + } .overlay { position: fixed; top: 0;