/* * SPDX-FileCopyrightText: 2024 Kristóf Marussy * * SPDX-License-Identifier: MIT */ .row { margin-bottom: var(--ifm-paragraph-margin-bottom); } .recent-posts { margin-bottom: 0; font-size: var(--ifm-h3-font-size); font-weight: var(--ifm-font-weight-bold); --casl: var(--marussy-slightly-casl); letter-spacing: var(--marussy-heading-tracking); } .date { font-size: 1rem; font-weight: var(--ifm-font-weight-normal); --casl: 0; letter-spacing: 0; white-space: nowrap; } .prev::after { content: ' »'; }