From bd9474d9eeb9ef7f7a3036bd850dcc7639768eb4 Mon Sep 17 00:00:00 2001 From: mitchellmanware Date: Thu, 1 Feb 2024 12:44:39 -0500 Subject: [PATCH] lint style.css 3 --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 107d34f..7d3aeb5 100644 --- a/style.css +++ b/style.css @@ -28,7 +28,7 @@ pre code { } .note::before { - content: 'ℹ️'; /* Information icon */ + content: "ℹ️"; /* Information icon */ position: absolute; /* Absolute position relative to the note */ left: 10px; /* Position from the left */ top: 50%; /* Center vertically */ @@ -48,7 +48,7 @@ pre code { } .warning::before { - content: '⚠️'; /* Warning icon */ + content: "⚠️"; /* Warning icon */ position: absolute; /* Absolute position relative to the note */ left: 10px; /* Position from the left */ top: 50%; /* Center vertically */ @@ -68,7 +68,7 @@ pre code { } .important::before { - content: '🚨'; /* Siren icon */ + content: "🚨"; /* Siren icon */ position: absolute; /* Absolute position relative to the note */ left: 10px; /* Position from the left */ top: 50%; /* Center vertically */