From 4018dabf4d0519328f3148592c9f9954a87b1025 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Mon, 3 Oct 2022 10:58:40 +0530 Subject: [PATCH] css: minor changes Signed-off-by: Amneesh Singh --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 0e069d2..f73f665 100644 --- a/css/default.css +++ b/css/default.css @@ -141,7 +141,7 @@ h2 { .post-preview-item { list-style-type: none; padding: 2rem; - border: 0.2rem ridge var(--violet); + border: 0.2rem ridge var(--fg5); } .post-preview-item:not(:last-child) {