From 2c2eb33f0d9651ef46abd6cf1d4059e89d80bd31 Mon Sep 17 00:00:00 2001 From: Frieder Griesshammer Date: Tue, 22 Jun 2021 23:02:47 +0200 Subject: [PATCH] Show our font as main navigation --- assets/custom.css | 9 +++++++++ static/dezentrale.svg | 1 + 2 files changed, 10 insertions(+) create mode 100644 static/dezentrale.svg diff --git a/assets/custom.css b/assets/custom.css index 6514ba0..699f71f 100644 --- a/assets/custom.css +++ b/assets/custom.css @@ -1,2 +1,11 @@ +.pure-menu-heading { + background: url('dezentrale.svg') top left no-repeat; + background-size: 14rem 3rem; + display: block; + overflow: hidden; + text-indent: -9999em; + width: 11.5rem; +} + .centered { text-align: center; } .pad-side { padding: 0 .25em; } diff --git a/static/dezentrale.svg b/static/dezentrale.svg new file mode 100644 index 0000000..6e4efd3 --- /dev/null +++ b/static/dezentrale.svg @@ -0,0 +1 @@ + \ No newline at end of file