Verified Commit 3d1fe454 authored by Jakob Moser's avatar Jakob Moser
Browse files

Change default font size, override for web

parent e878cc2d
Loading
Loading
Loading
Loading
+4 −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.5
 * Version: 2.5.6
 * Requires PHP: 8.0
 *
 * License: GNU General Public License v3.0
@@ -40,6 +40,9 @@ body {
    grid-template-rows: min-content 1fr min-content;
    grid-template-columns: 2fr 8fr;
    min-height: 100vh;

    /* Font and appearance */
    font-size: 17px;
}

body.has-admin-bar {
+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: 17px;
    font-size: 14px;
    color: var(--text-color);
    background: var(--background-color);
}