Developing: Custom backgrounds

This commit is contained in:
SethBurkart123
2023-10-08 07:44:26 +11:00
parent 6cd1e59fa7
commit 44025ecfa0
12 changed files with 465 additions and 638 deletions
+11
View File
@@ -1169,6 +1169,17 @@ div > ol:has(.uiFileHandlerWrapper) {
border-radius: 0.5rem;
}
.cke_panel > iframe {
height: 180px;
background: var(--background-primary);
}
.cke_panel {
border-radius: 1rem;
overflow: hidden;
background: unset;
}
.Avatar__Avatar___gE5kx.Avatar__staff___4gVLs {
--person-colour: var(--better-light);
background: var(--person-colour, var(--navy));