Verified Commit 8ab69da2 authored by Jakob Moser's avatar Jakob Moser
Browse files

Style <h2>, but not on web

parent 4a0d7e9f
Loading
Loading
Loading
Loading
+8 −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.6.1
 * Version: 2.6.2
 * Requires PHP: 8.0
 *
 * License: GNU General Public License v3.0
@@ -814,6 +814,13 @@ blockquote::after {
/* ==== Text markup elements ==== */
/* Most of those are found in typography.css */

/* -- Heading -- */
h2 {
    font-family: inherit;
    border: none;
    padding: inherit;
}

/* -- Lists -- */
ul,
ol {
+6 −0
Original line number Diff line number Diff line
@@ -52,6 +52,12 @@ h1 {
    font-family: var(--monospace);
}

h2 {
    font-family: var(--monospace);
    border-bottom: 2px solid var(--accent-color);
    padding-bottom: 5px;
}

h3 {
    margin-bottom: 10px;
}