diff --git a/style.css b/style.css index 1e1cdab..107d34f 100644 --- a/style.css +++ b/style.css @@ -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; @@ -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; @@ -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;