Skip to content

Commit 6907416

Browse files
author
Vitali Kuntsevich
committed
fix: change single quotes to double quotes in style.css
1 parent c261984 commit 6907416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ button:hover {
7373

7474
/* Heading */
7575
h3,
76-
label[for='new-task'] {
76+
label[for="new-task"] {
7777
color: #333;
7878
font-weight: 700;
7979
font-size: 15px;
@@ -101,7 +101,7 @@ input[type="text"]:focus {
101101
}
102102

103103
/* New Task */
104-
label[for='new-task'] {
104+
label[for="new-task"] {
105105
display: block;
106106
margin: 0 0 20px;
107107
}

0 commit comments

Comments
 (0)