Small fixes.

This commit is contained in:
BurnyLlama 2021-07-25 22:28:11 +02:00
parent abd4356f9e
commit 6002d41b30
2 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@
<nav> <nav>
<a href="#services">services</a> <a href="#services">services</a>
<a href="#contact">contact</a> <a href="#contact">contact</a>
<a href="#contribute">contribute</a> <a href="#resources">resources</a>
</nav> </nav>
<div class="presentation"> <div class="presentation">
@ -70,7 +70,7 @@
<p> <p>
Libreddit is a Reddit frontend. Use it to browse Reddit without getting tracked. Libreddit is a Reddit frontend. Use it to browse Reddit without getting tracked.
</p> </p>
<a href="https://bibligram.qwik.space">get browsin'</a> <a href="https://libreddit.qwik.space">get browsin'</a>
</div> </div>
@ -124,10 +124,10 @@
</div> </div>
</div> </div>
<a name="contribute"></a> <a name="resources"></a>
<h1>contribute</h1> <h1>resources</h1>
<p> <p>
Theres currently no real way to contribute, but if you have any ideas of stuff to add feel free to contact the maintainers. ((( !!! COMING SOON !!! )))
</p> </p>
<footer> <footer>

View File

@ -174,7 +174,7 @@ b {
border: .1rem solid var(--primary); border: .1rem solid var(--primary);
border-radius: 999rem; border-radius: 999rem;
box-shadow: 0 -5rem 20rem transparent; /* box-shadow: 0 -5rem 20rem transparent; */
margin-top: auto; margin-top: auto;
margin-bottom: .5rem; margin-bottom: .5rem;
@ -192,7 +192,7 @@ b {
.service > a:hover, .service > a:focus { .service > a:hover, .service > a:focus {
color: var(--surface); color: var(--surface);
background-color: var(--primary); background-color: var(--primary);
box-shadow: 0 .25rem 2rem var(--primary); /* box-shadow: 0 .25rem 2rem var(--primary); */
} }