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:
commit
1a5c9e90dd
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user