Skip to content

Commit

Permalink
fix(extended-2.1): change single quotes to double quotes in style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitali Kuntsevich committed Jan 10, 2024
1 parent 57799d3 commit 723cd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ button:hover {

/* Heading */
h3,
label[for='new-task'] {
label[for="new-task"] {
color: #333;
font-weight: 700;
font-size: 15px;
Expand Down Expand Up @@ -101,7 +101,7 @@ input[type="text"]:focus {
}

/* New Task */
label[for='new-task'] {
label[for="new-task"] {
display: block;
margin: 0 0 20px;
}
Expand Down

0 comments on commit 723cd92

Please sign in to comment.