Verified Commit 7e93cd35 authored by Jakob Moser's avatar Jakob Moser
Browse files

Transition to SVG for main logo

parent cdce458d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -50,7 +50,9 @@ get_header();
    </head>
    <body class="<?php echo is_admin_bar_showing() ? 'has-admin-bar' : '';?>">
        <header>
            <a class="logo" href="<?php echo home_url();?>"></a>
            <a class="logo" href="<?php echo home_url();?>">
                <embed src="<?php echo get_template_directory_uri();?>/img/logo.svg" />
            </a>
            <a class="nav-toggle" href="#nav">Menü</a>
            <nav id="nav">
                <?php wp_nav_menu(array('container'=>'false')); ?>

img/logo.png

deleted100644 → 0
−19.3 KiB
Loading image diff...

img/logo.svg

0 → 100644
+59 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −5
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser
 * Author URI: https://personads.me/
 *
 * Version: 2.8.3
 * Version: 2.9.0
 * Requires PHP: 8.0
 *
 * License: GNU General Public License v3.0
@@ -143,10 +143,6 @@ body > header .logo {
    display: inline-block;
    max-width: 350px;
    max-height: 108px;
    background-image: url("img/logo.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    width: 250px;
    height: 77px;
    margin: 8px 0px -5px 10px;