nightcord theme, monet dark fix

This commit is contained in:
OfficialDakari 2024-12-09 12:26:00 +05:00
parent d97234f711
commit ed96e3c28b
2 changed files with 20 additions and 1 deletions

View File

@ -53,10 +53,12 @@ div > div._1kqi9iq1._1mqalmd1._1mqalmd0:has(textarea) > div > div.prxiv40._1mqal
border-radius: 0;
}
/* chat input */
div > div._1kqi9iq1._1mqalmd1._1mqalmd0:has(textarea) > div {
background-color: #161c24;
}
/* Chats sidebar & chat background */
div.prxiv40._1mqalmd1._1mqalmd0.prxiv41.prxiv41s > div.prxiv40._1mqalmd1._1mqalmd0.prxiv41.prxiv46.prxiv41s {
background-color: #161c24;
}
@ -128,7 +130,8 @@ div.MuiChip-filled {
}
div.room-settings__content,
div.settings-window__content {
div.settings-window__content,
.MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation24.MuiDialog-paper.css-8iqsox > div[role="tabpanel"] {
background-color: #202730 !important;
}

View File

@ -37,4 +37,20 @@ button._13tt0gb6._1mqalmd1._1mqalmd0._1bugis90._1bugis91._13tt0gb7._13tt0gbf._13
.MuiDrawer-paper {
background-color: #3e365a;
}
div.prxiv40._1mqalmd1._1mqalmd0.prxiv41.prxiv41s > div.prxiv40._1mqalmd1._1mqalmd0.prxiv41.prxiv46.prxiv41s {
background-color: #3e365a !important;
}
div.room-settings__content,
div.settings-window__content,
div.MuiBox-root.css-166uhnz,
.MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation24.MuiDialog-paper.css-8iqsox > div[role="tabpanel"] {
background-color: #3e365a !important;
}
div.room-settings__content>ul.css-13go8du {
background-color: #3e365a !important;
box-shadow: none;
}