We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094a6ed commit 7a7cc3bCopy full SHA for 7a7cc3b
1 file changed
ts/ui/dialog/DraggableDialog.ts
@@ -420,10 +420,10 @@ export class DraggableDialog {
420
border: '2px inset #7C7C7C',
421
'background-color': '#222025',
422
},
423
- 'a[href]': {
+ '.mjx-dialog a[href]': {
424
color: '#86A7F5',
425
426
- 'a[href]:visited': {
+ '.mjx-dialog a[href]:visited': {
427
color: '#DD98E2',
428
429
'mjx-dialog kbd': {
0 commit comments