make li blue too

This commit is contained in:
Paul Gauthier 2023-07-09 07:05:43 -07:00
parent 1b90142332
commit e26515ecf5

View file

@ -41,6 +41,7 @@
padding-right: 30px;
}
.chat-transcript li,
.chat-transcript p {
color: #00FFFF;
}