mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-26 06:38:24 -04:00
Finish Suncord Port Hopefully (Equicord)
This commit is contained in:
parent
ef086cd1c4
commit
0ef25db8ed
13 changed files with 171 additions and 110 deletions
|
@ -79,4 +79,28 @@
|
|||
|
||||
.vc-updater-modal-content {
|
||||
padding: 1rem 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
div[class*="messagelogger-deleted"] [class*="contents"] > :is(div, h1, h2, h3, p) {
|
||||
color: var(--text-normal) !important;
|
||||
}
|
||||
|
||||
/* Markdown title highlighting */
|
||||
div[class*="messagelogger-deleted"] [class*="contents"] :is(h1, h2, h3) {
|
||||
color: var(--text-normal) !important;
|
||||
}
|
||||
|
||||
/* Bot "thinking" text highlighting */
|
||||
div[class*="messagelogger-deleted"] [class*="colorStandard"] {
|
||||
color: var(--text-normal) !important;
|
||||
}
|
||||
|
||||
/* Embed highlighting */
|
||||
div[class*="messagelogger-deleted"] article :is(div, span, h1, h2, h3, p) {
|
||||
color: var(--text-normal) !important;
|
||||
}
|
||||
|
||||
div[class*="messagelogger-deleted"] a {
|
||||
color: var(--text-link) !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue