diff --git a/index.html b/index.html index 31c30a5..bb71122 100644 --- a/index.html +++ b/index.html @@ -4,15 +4,14 @@ OrnitheMC -
Website currently under construction.
Please be patient!
<~~~~~~~~~~> - Visit the Discord Server! - Go to the GitHub Organization! + Visit the Discord Server! + Go to the GitHub Organization!
- \ No newline at end of file + diff --git a/script.js b/script.js deleted file mode 100644 index eb60ac3..0000000 --- a/script.js +++ /dev/null @@ -1,6 +0,0 @@ -function linkMouseOver(event) { - event.style.textDecoration = "underline"; -} -function linkMouseLeave(event) { - event.style.textDecoration = "none"; -} \ No newline at end of file diff --git a/style.css b/style.css index b5549d4..0411093 100644 --- a/style.css +++ b/style.css @@ -32,6 +32,10 @@ a { text-decoration: none; } +a:hover { + text-decoration: underline; +} + nav.top { -} \ No newline at end of file +}