styling: Update injected.scss with color and style changes

This commit is contained in:
SethBurkart123
2024-02-28 16:26:57 +11:00
parent 791a7a0e4f
commit ad213804e7
+16 -3
View File
@@ -95,10 +95,15 @@ html {
overflow: hidden; overflow: hidden;
.PillBox__active___3Qpi9 { .PillBox__active___3Qpi9 {
background: var(--background-secondary) !important; background: rgba(0, 0, 0, 0.2) !important;
color: black !important;
} }
} }
.dark .PillBox__active___3Qpi9 {
color: white;
}
.legacy-root button:active, .legacy-root a:active { .legacy-root button:active, .legacy-root a:active {
background-image: unset !important; background-image: unset !important;
} }
@@ -1162,6 +1167,9 @@ div > ol:has(.uiFileHandlerWrapper) {
.dark .legacy-root button::after { .dark .legacy-root button::after {
background: white; background: white;
} }
.legacy-root button::after {
background: black !important;
}
.legacy-root button::after { .legacy-root button::after {
background: var(--better-main); background: var(--better-main);
@@ -1259,14 +1267,19 @@ div > ol:has(.uiFileHandlerWrapper) {
.MessageList__MessageList___3DxoC ol .Button__Button___3SRFo { .MessageList__MessageList___3DxoC ol .Button__Button___3SRFo {
width: calc(100% - 32px); width: calc(100% - 32px);
border-radius: 1rem; border-radius: 1rem;
margin: 0.5rem 1rem; margin: 0.5rem 16px;
padding: 0.8rem; padding: 0.8rem;
place-content: center; place-content: center;
text-align: center; text-align: center;
} }
.MessageList__MessageList___3DxoC .Button__Button___3SRFo { .dark .MessageList__MessageList___3DxoC .Button__Button___3SRFo {
background: rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1);
color: white !important;
}
.MessageList__MessageList___3DxoC .Button__Button___3SRFo {
background: rgba(0, 0, 0, 0.1);
width: 100%; width: 100%;
min-height: 2rem; min-height: 2rem;
text-align: center; text-align: center;