diff --git a/index.html b/index.html
index 4122fe3..b3fcb18 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
services
contact
- contribute
+ resources
@@ -70,7 +70,7 @@
Libreddit is a Reddit frontend. Use it to browse Reddit without getting tracked.
-
get browsin'
+
get browsin'
@@ -124,10 +124,10 @@
-
- contribute
+
+ resources
- There’s currently no real way to contribute, but if you have any ideas of stuff to add feel free to contact the maintainers.
+ ((( !!! COMING SOON !!! )))
diff --git a/styles/main.css b/styles/main.css
index d7b82e6..906d4bf 100644
--- a/styles/main.css
+++ b/styles/main.css
@@ -174,7 +174,7 @@ b {
border: .1rem solid var(--primary);
border-radius: 999rem;
- box-shadow: 0 -5rem 20rem transparent;
+ /* box-shadow: 0 -5rem 20rem transparent; */
margin-top: auto;
margin-bottom: .5rem;
@@ -192,7 +192,7 @@ b {
.service > a:hover, .service > a:focus {
color: var(--surface);
background-color: var(--primary);
- box-shadow: 0 .25rem 2rem var(--primary);
+ /* box-shadow: 0 .25rem 2rem var(--primary); */
}