diff --git a/README.md b/README.md index c56a515..aed7be4 100644 Binary files a/README.md and b/README.md differ diff --git a/src/Images/logo.png b/src/Images/logo.png index 92ffa25..d97e0d9 100644 Binary files a/src/Images/logo.png and b/src/Images/logo.png differ diff --git a/src/about.html b/src/about.html index b7f3334..1788688 100644 --- a/src/about.html +++ b/src/about.html @@ -21,20 +21,16 @@
diff --git a/src/favicon.ico b/src/favicon.ico index 92ffa25..64ddf45 100644 Binary files a/src/favicon.ico and b/src/favicon.ico differ diff --git a/src/index.html b/src/index.html index 0333966..50285a8 100644 --- a/src/index.html +++ b/src/index.html @@ -22,7 +22,7 @@
-

E-Cafe

+

Elatteria

Welcome to E-Cafe!
We're a small community on Discord.
@@ -60,10 +60,6 @@ Ut enim medicorum scientiam non ipsius artis, sed bonae valetudinis causa probamus, et gubernatoris ars, quia bene navigandi rationem habet, utilitate, non arte laudatur, sic sapientia, quae ars vivendi.
- - - -
diff --git a/src/links.html b/src/links.html index 8dc0f2d..bec4133 100644 --- a/src/links.html +++ b/src/links.html @@ -8,24 +8,20 @@
+
-

Links

+

Links

diff --git a/src/playnow.html b/src/playnow.html index 3677d0d..03c129e 100644 --- a/src/playnow.html +++ b/src/playnow.html @@ -8,24 +8,20 @@
-

Play now!

+

Play now!

Add E-Cafe Minecraft server diff --git a/src/projects.html b/src/projects.html index 7e5c315..8a0f87e 100644 --- a/src/projects.html +++ b/src/projects.html @@ -13,24 +13,20 @@
-

Projects

+

Projects

diff --git a/src/styles.css b/src/styles.css index ea765fd..0e103f8 100644 --- a/src/styles.css +++ b/src/styles.css @@ -35,20 +35,18 @@ body { header { - background-color: rgb(32, 36, 59); + background-color: #60a37c; background-position: top; text-align: center; top: 0px; - padding: 1%; height: 80px; } header .logo a { background-image: url("Images/logo.png"); background-repeat: no-repeat; + background-position: center; background-size: 100%; - height: 50px; - width: 50px; text-indent: -9999999%; } @@ -81,7 +79,7 @@ button { } button:hover { - background: rgb(146, 199, 249); + /*background: rgb(146, 199, 249);*/ padding: 5px; border-radius: 8px; transition: 200ms; @@ -94,8 +92,8 @@ a { a:hover { border-radius: 15%; - background: rgb(82, 109, 160); - padding: 3px; + /*background: rgb(82, 109, 160);*/ + padding: 2.5%; transition: 250ms; } @@ -172,4 +170,4 @@ a:hover { .underline { text-decoration: underline; color: white; -} \ No newline at end of file +}