removing theme selector from contact page, fixing f0ck95 css
This commit is contained in:
parent
50a108859f
commit
c39c010695
|
@ -139,6 +139,7 @@ input, select, textarea {
|
|||
padding: 0 !important;
|
||||
border-top: 2px solid white;
|
||||
border-bottom: 2px solid white;
|
||||
font-family: '95';
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
|
@ -265,7 +266,7 @@ a.nav-link[href="/contact"]::before {
|
|||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
a.nav-link[href="/how"]::before {
|
||||
a.nav-link[href="/about"]::before {
|
||||
content: "";
|
||||
background-image: url('/s/img/how_20px.png');
|
||||
padding-left: 20px;
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<div class="container">
|
||||
<div class="contact">
|
||||
<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>
|
||||
{{include main/footer}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user