diff --git a/components/footer.html b/components/footer.html index c8543d6..4848697 100644 --- a/components/footer.html +++ b/components/footer.html @@ -12,26 +12,26 @@

-
-
- Terms of Service - AUP/DMCA - Privacy Policy - Cookie Policy -
-
- Status - Onion(TOR) Mirror - Hyphanet Mirror -
+
+ Terms of Service + AUP/DMCA + Privacy Policy + Cookie Policy +
+
+ Status + Onion(TOR) Mirror + Hyphanet Mirror
-
+ -
+ -
+ -
+

Company

Our Team News diff --git a/css/styles.css b/css/styles.css index 145a96c..a421911 100644 --- a/css/styles.css +++ b/css/styles.css @@ -107,6 +107,10 @@ a { text-align: left; margin: 0 auto; padding: 5px; + transition: color 0.5s ease; +} +a:hover:not(nav a) { + color: #00bcf3; } .button-1 {