Skip to content

Commit f734e3d

Browse files
committed
Completed styling added
1 parent 1dab304 commit f734e3d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/App.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ body {
6969
-ms-appearance: none;
7070
appearance: none;
7171
}
72+
73+
.todo-task {
74+
padding: 1rem;
75+
}
7276

7377

7478
.complete-button {
@@ -89,6 +93,7 @@ body {
8993
font-family: 'Indie Flower';
9094
color: #F7F9F9;
9195
margin: 0 2rem;
96+
9297

9398
}
9499

@@ -109,6 +114,7 @@ body {
109114
background: transparent;
110115
font-family: 'Indie Flower';
111116
color: #5e3849;
117+
112118

113119
}
114120

@@ -118,3 +124,11 @@ body {
118124
transform: scale(1.01);
119125

120126
}
127+
128+
129+
.completed {
130+
131+
text-decoration: line-through;
132+
opacity: 0.8;
133+
134+
}

0 commit comments

Comments
 (0)