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