We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dab304 commit f734e3dCopy full SHA for f734e3d
src/App.css
@@ -69,6 +69,10 @@ body {
69
-ms-appearance: none;
70
appearance: none;
71
}
72
+
73
+ .todo-task {
74
+ padding: 1rem;
75
+ }
76
77
78
.complete-button {
@@ -89,6 +93,7 @@ body {
89
93
font-family: 'Indie Flower';
90
94
color: #F7F9F9;
91
95
margin: 0 2rem;
96
92
97
98
99
@@ -109,6 +114,7 @@ body {
109
114
background: transparent;
110
115
111
116
color: #5e3849;
117
112
118
113
119
120
@@ -118,3 +124,11 @@ body {
124
transform: scale(1.01);
125
126
127
128
129
+ .completed {
130
131
+ text-decoration: line-through;
132
+ opacity: 0.8;
133
134
0 commit comments