19 lines
173 B
CSS
19 lines
173 B
CSS
/* .adjective {
|
|
color: #b97a0a;
|
|
}
|
|
|
|
.noun {
|
|
color: #ce4924;
|
|
}
|
|
|
|
.adverb {
|
|
color: #c333a7;
|
|
}
|
|
|
|
.verb {
|
|
color: #177eB8;
|
|
}
|
|
|
|
.conjunction {
|
|
color: #01934e;
|
|
} */ |