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

Increase contrast in footer

parent 0d7922c6
Loading
Loading
Loading
Loading
+3 −3
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.1.0
 * Version: 2.2.0
 * Requires PHP: 8.0
 *
 * License: GNU General Public License v3.0
@@ -170,7 +170,7 @@ body > header .logo:hover {
body > footer {
    background-color: var(--light-gray);
    box-shadow: 0px 0px 10px #8d8d8d inset;
    color: #8d8d8d;
    color: #272727;
    padding: 1em;
}

@@ -179,7 +179,7 @@ body > footer .copyright {
}

body > footer a {
    color: #424242;
    color: #272727;
    border: none;
}