From 852df0acf2b2ea52ec471c0f1a6ae6359480cfe9 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 8 Aug 2023 01:28:02 +0100 Subject: [PATCH] style: remove css line counter --- src/scss/app.scss | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/scss/app.scss b/src/scss/app.scss index fe5e64c..2b097d7 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -159,19 +159,6 @@ article { } } -pre code span.line { - counter-increment: line; - - &:before { - content: counter(line); - display: inline-block; - border-right: 1px solid #ddd; - padding: 0 .5em; - margin-right: .5em; - color: #888; - } -} - :root { color-scheme: light dark; }