Merge pull request #19861 from Snuffleupagus/debugger-fix-light-dark-fallout

Fix the debugger CSS when using the dark theme (PR 19819 follow-up)
This commit is contained in:
Jonas Jenwald 2025-04-25 10:44:55 +02:00 committed by GitHub
commit 1a5c9e90dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,10 @@
font: message-box;
}
#PDFBug {
background-color: rgb(255 255 255);
color-scheme: only light;
background-color: white;
color: black;
border: 1px solid rgb(102 102 102);
position: fixed;
top: 32px;