diff --git a/index.html b/index.html index 354d74d..c957ce7 100644 --- a/index.html +++ b/index.html @@ -655,13 +655,13 @@

diff --git a/pages/event.html b/pages/event.html index 7771489..3525bd4 100644 --- a/pages/event.html +++ b/pages/event.html @@ -80,7 +80,7 @@

EVENTS

-

Life is an event. Make it remarkable

+

Life is an event. Make it remarkable!

@@ -114,9 +114,9 @@

Life is an event. Make it remarkable

diff --git a/pages/teampage.html b/pages/teampage.html index 443a9d2..e8ec673 100644 --- a/pages/teampage.html +++ b/pages/teampage.html @@ -631,13 +631,13 @@

Meenu Singh

diff --git a/styles/event.css b/styles/event.css index 2610e08..eb7c42a 100644 --- a/styles/event.css +++ b/styles/event.css @@ -328,4 +328,12 @@ nav .mainMenu li a.nav-underline-event { .contact-links{ justify-content: center; } +} + +/* Footer-Links */ + +.link:hover{ + text-decoration: underline; + color: rgb(245, 240, 240); + } \ No newline at end of file diff --git a/styles/index.css b/styles/index.css index 5f5a28a..5943ef7 100644 --- a/styles/index.css +++ b/styles/index.css @@ -1285,3 +1285,11 @@ fade { justify-content: center; } } + +/* Footer-Links */ + +.link:hover{ + text-decoration: underline; + color: rgb(245, 240, 240); + +} \ No newline at end of file diff --git a/styles/teampage.css b/styles/teampage.css index 8d38a92..f76bf86 100644 --- a/styles/teampage.css +++ b/styles/teampage.css @@ -455,3 +455,10 @@ nav .mainMenu li a.nav-underline-team { justify-content: center; } } +/* Footer-Links */ + +.link:hover{ + text-decoration: underline; + color: rgb(245, 240, 240); + +} \ No newline at end of file