Commit a61b52d9 authored by Jakob Moser's avatar Jakob Moser
Browse files

Fine-tune menu

parent bb52852b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version & Design); Jakob Moser (Code-Anpassungen und Responsiveness)
 * Author URI: https://personads.me/
 *
 * Version: 1.00-snapshot-36
 * Version: 1.00-snapshot-37
 * 
 * License: GNU General Public License v3.0
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -111,6 +111,7 @@ body > header::before {
    border-width: 30px 0px 0px 30px;
    border-style: solid;
    border-color: var(--accent-color) transparent;
    z-index: -1;
}

body > header::after {
@@ -122,6 +123,7 @@ body > header::after {
    border-style: solid;
    border-color: var(--background-color) transparent;
    margin-top: -2px;
    z-index: -1;
}

body > header .logo {
@@ -177,8 +179,7 @@ header nav {

header nav li {
    display: inline-block;
    height: 25px;
    padding: 3px 15px 0 15px;
    padding: 3px 15px 7px 15px;
    transition: background-color 0.3s;
    border-radius: 5px 5px 0 0;
}
@@ -198,8 +199,7 @@ header nav li a[href="#"] {
header nav li > ul {
    display: none;
    position: absolute;
    top: 28px;
    margin: 0px 0px 0px -15px;
    margin: 7px 0px 0px -15px;
    padding: 0px;
    border-width: 0px 4px 4px 4px;
    border-style: solid;