Skip to content

Commit

Permalink
lint style.css 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellmanware committed Feb 1, 2024
1 parent 26f3184 commit a66180d
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 @@ -21,7 +21,7 @@ pre code {
border-left: 5px solid #2b8cc4; /* Dark blue border on the left */
padding: 10px 10px 10px 40px; /* Padding inside the box */
margin: 10px 0; /* Margin around the box */
font-family: "Arial", sans-serif; /* Font family */
font-family: Arial, sans-serif; /* Font family */
color: #333; /* Text color */
position: relative; /* For positioning the icon */
margin-right: 20px;
Expand All @@ -41,7 +41,7 @@ pre code {
border-left: 5px solid #c4b72b; /* Dark yellow border on the left */
padding: 10px 10px 10px 40px; /* Padding inside the box */
margin: 10px 0; /* Margin around the box */
font-family: "Arial", sans-serif; /* Font family */
font-family: Arial, sans-serif; /* Font family */
color: #333; /* Text color */
position: relative; /* For positioning the icon */
margin-right: 20px;
Expand All @@ -61,7 +61,7 @@ pre code {
border-left: 5px solid #c42b2b; /* Dark red border on the left */
padding: 10px 10px 10px 40px; /* Padding inside the box */
margin: 10px 0; /* Margin around the box */
font-family: "Arial", sans-serif; /* Font family */
font-family: Arial, sans-serif; /* Font family */
color: #333; /* Text color */
position: relative; /* For positioning the icon */
margin-right: 20px;
Expand Down

0 comments on commit a66180d

Please sign in to comment.