From c39c01069505aa998a73494611729f1d1e0165cc Mon Sep 17 00:00:00 2001 From: Flummi Date: Mon, 1 Mar 2021 22:57:35 +0100 Subject: [PATCH] removing theme selector from contact page, fixing f0ck95 css --- public/s/css/f0ck95.css | 3 ++- views/contact.html | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/s/css/f0ck95.css b/public/s/css/f0ck95.css index 22bf9b0..b0285df 100644 --- a/public/s/css/f0ck95.css +++ b/public/s/css/f0ck95.css @@ -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; diff --git a/views/contact.html b/views/contact.html index 670fa1b..8f2711c 100644 --- a/views/contact.html +++ b/views/contact.html @@ -2,7 +2,6 @@

Got a problem? We have the answer: admin@f0ck.space

- Theme:
{{include main/footer}}