Skip to content

Commit 8dcc3e3

Browse files
feat: add new backgrounds
1 parent a92eefb commit 8dcc3e3

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

src/App.css

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ input {
158158
color: #61dafb;
159159
}
160160

161-
162161
.wom-text__x {
163162
background-color: #b0d7b8;
164163
}
@@ -234,6 +233,9 @@ input {
234233
.wom-text {
235234
padding: 4px;
236235
border-radius: 4px;
236+
margin-right: 8px;
237+
margin-bottom: 4px;
238+
display: inline-block;
237239
}
238240

239241
.wom-text__x {
@@ -304,6 +306,26 @@ input {
304306
background-color: #b25e77;
305307
}
306308

309+
.wom-text__abbr {
310+
background-color: #a22ef7;
311+
}
312+
313+
.wom-text__abbr {
314+
background-color: #a22ef7;
315+
}
316+
317+
.wom-text__other {
318+
background-color: grey;
319+
}
320+
321+
.wom-text__partcp {
322+
background-color: blue;
323+
}
324+
325+
.wom-text__cconj {
326+
background-color: yellow;
327+
}
328+
307329

308330

309331
.text-results {

0 commit comments

Comments
 (0)