feat: added next and last post links

This commit is contained in:
Leyla Becker 2026-02-20 12:16:13 -06:00
parent bf11f1dd39
commit 0a55d89c7c
3 changed files with 86 additions and 1 deletions

View file

@ -15,6 +15,7 @@
--color-text-heading: #2c3e50;
--color-text-muted: #666;
--color-text-link: #3498db;
--color-text-link-muted: #999;
/* Backgrounds */
--color-bg-page: #fff;
--color-bg-surface: #f5f5f5;
@ -65,6 +66,7 @@
--color-text-heading: #f0f0f0;
--color-text-muted: #a0a0a0;
--color-text-link: #5dade2;
--color-text-link-muted: #777;
--color-bg-page: #1a1a1a;
--color-bg-surface: #2d2d2d;
--color-bg-warning: #3d3520;