Skip to content

Commit

Permalink
lint style.css 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellmanware committed Feb 1, 2024
1 parent a66180d commit bd9474d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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 */
Expand All @@ -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 */
Expand Down

0 comments on commit bd9474d

Please sign in to comment.