From e4a124dfe0a5f3ab47d750d1a38e1f907bb4e8e1 Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Wed, 26 Aug 2026 13:55:11 -0400 Subject: [PATCH] Remove rule --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index 5b3938f..4713d01 100644 --- a/style.css +++ b/style.css @@ -68,7 +68,6 @@ a { color: var(--accent); text-decoration: none; } .columns { column-width: 22em; column-gap: 2em; - column-rule: 1px solid var(--border); column-fill: balance; }