removing theme selector from contact page, fixing f0ck95 css

This commit is contained in:
Flummi 2021-03-01 22:57:35 +01:00
parent 50a108859f
commit c39c010695
2 changed files with 2 additions and 2 deletions

View File

@ -139,6 +139,7 @@ input, select, textarea {
padding: 0 !important; padding: 0 !important;
border-top: 2px solid white; border-top: 2px solid white;
border-bottom: 2px solid white; border-bottom: 2px solid white;
font-family: '95';
} }
.navbar-brand { .navbar-brand {
@ -265,7 +266,7 @@ a.nav-link[href="/contact"]::before {
background-repeat: no-repeat; background-repeat: no-repeat;
} }
a.nav-link[href="/how"]::before { a.nav-link[href="/about"]::before {
content: ""; content: "";
background-image: url('/s/img/how_20px.png'); background-image: url('/s/img/how_20px.png');
padding-left: 20px; padding-left: 20px;

View File

@ -2,7 +2,6 @@
<div class="container"> <div class="container">
<div class="contact"> <div class="contact">
<p>Got a problem? We have the answer: <a href="mailto:admin@f0ck.space">admin@f0ck.space</a></p> <p>Got a problem? We have the answer: <a href="mailto:admin@f0ck.space">admin@f0ck.space</a></p>
<span>Theme:</span> <span id="themes"></span>
</div> </div>
</div> </div>
{{include main/footer}} {{include main/footer}}