From 630e05beaaec252324da549251f3965bc156bc42 Mon Sep 17 00:00:00 2001 From: dmlunar Date: Fri, 19 Dec 2025 23:36:26 +0200 Subject: journal: core: add pagination support --- style.scss | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index eb29780..8da3701 100644 --- a/style.scss +++ b/style.scss @@ -12,7 +12,9 @@ reproduced, or distributed without prior written permission. For inquiries, contact root@lunar.sh. */ -@import "reset"; + +@use "reset"; +@use "highlights"; @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap'); @import "variables"; @@ -99,7 +101,7 @@ h1, h2, h3, h4 { } h1:target, h2:target, h3:target, h4:target { - background: linear-gradient(to right, #c1d6d5 45%, #efefef); + // background: linear-gradient(to right, #c1d6d5 45%, #efefef); } h2 { @@ -891,4 +893,14 @@ code table tr { padding-bottom: 0; } -@import "highlights"; +.previous +{ + margin-left: 5px; +} + +.next +{ + margin-left: 5px; +} + + -- cgit v1.2.3-70-g09d2