fix(desmos): landing announcement, additional pages, login modal#2159
fix(desmos): landing announcement, additional pages, login modal#2159scarcekoi wants to merge 23 commits intocatppuccin:mainfrom
Conversation
|
Is there a reproduction URL for this I can look at? |
|
|
Is it possible that instead of making a new moz-documents url rule for this, this could just be added to the main moz-document (nested under |
Co-authored-by: uncenter <uncenter@uncenter.dev>
Co-authored-by: uncenter <uncenter@uncenter.dev>
I did it in a new moz-document because it needs to change the colour of the desmos logo which when I tried theming it in the main moz-document, it was overriden by the !important on the original logo theming but it worked in a new moz-document. |
|
Moving the styles in the new moz-document to the bottom of the existing one seems to have no issues for me. Have you tried it? |
Theme the frontpage landing announcement. Remove the second moz-document and move the style changes inside to the bottom of the first moz-document.
Co-authored-by: uncenter <uncenter@uncenter.dev>
Co-authored-by: uncenter <uncenter@uncenter.dev>
Co-authored-by: uncenter <uncenter@uncenter.dev>
Co-authored-by: uncenter <uncenter@uncenter.dev>
Co-authored-by: uncenter <uncenter@uncenter.dev>
Co-authored-by: uncenter <uncenter@uncenter.dev>
| .dcg-shared-account-dialog { | ||
| color: @text; | ||
| } |
There was a problem hiding this comment.
Do you know what the difference is between .dcg-shared-modal-dialog and .dcg-shared-account-dialog? I see the former in the login popup but not the latter.
There was a problem hiding this comment.
I don't remember where it was used but it is:
.dcg-shared-account-dialog {
color:#333
}
🔧 What does this fix? 🔧
Fixes unthemed header on Desmos testing pages.
Fixes unthemed announcement banner on main page.
Fixes partially themed log in page.
🗒 Checklist 🗒