generated from nhcarrigan/template
14 lines
137 B
CSS
14 lines
137 B
CSS
.assistant {
|
|
text-align: left;
|
|
color: greenyellow;
|
|
}
|
|
|
|
.user {
|
|
text-align: right;
|
|
color: cyan;
|
|
}
|
|
|
|
a {
|
|
color: white;
|
|
}
|