Verified Commit 37b7ebdc authored by Jakob Moser's avatar Jakob Moser
Browse files

Reduce default font size further

parent 3d1fe454
Loading
Loading
Loading
Loading
+1 −1
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.5.6
 * Version: 2.5.7
 * Requires PHP: 8.0
 *
 * License: GNU General Public License v3.0
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ body {

    /* Font and appearance */
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 12px;
    color: var(--text-color);
    background: var(--background-color);
}