SyntaxHighlight: Add color to override skin

Bug: T356956
Bug: T365774
Change-Id: I968aa7c9fe28ee83cb62dfd78575e426da5daf5e
This commit is contained in:
Steven Rawson 2024-05-25 23:27:14 +00:00
parent 4688fe720a
commit 8662badc21

View file

@ -11,6 +11,7 @@
// and causes it to stack above floated elements (T272853)
position: relative;
background-color: #f8f8f8;
color: #333;
}
/* The nested pre already has a background. T126010 */