Compare commits
7 Commits
master
..
618a8b2b3c
| Author | SHA1 | Date | |
|---|---|---|---|
| 618a8b2b3c | |||
| f023496040 | |||
| c7c353db0a | |||
| 08642e46d4 | |||
| 987415eafd | |||
| e3a2734f03 | |||
| a038e7eaae |
@@ -34,6 +34,30 @@
|
|||||||
border-bottom-right-radius: 0.25rem;
|
border-bottom-right-radius: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* User role overrides for light-on-dark text */
|
||||||
|
|
||||||
|
.Message_role_user .Message__content code {
|
||||||
|
background: rgba(255, 255, 255, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.Message_role_user .Message__content pre {
|
||||||
|
background: rgba(255, 255, 255, 0.15);
|
||||||
|
}
|
||||||
|
|
||||||
|
.Message_role_user .Message__content th,
|
||||||
|
.Message_role_user .Message__content td {
|
||||||
|
border-color: rgba(255, 255, 255, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.Message_role_user .Message__content th {
|
||||||
|
background: rgba(255, 255, 255, 0.15);
|
||||||
|
}
|
||||||
|
|
||||||
|
.Message_role_user .Message__content blockquote {
|
||||||
|
border-left-color: rgba(255, 255, 255, 0.4);
|
||||||
|
color: rgba(255, 255, 255, 0.85);
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 576px) {
|
@media (max-width: 576px) {
|
||||||
.Message {
|
.Message {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user