diff --git a/layout/mathml/content/src/mathml.css b/layout/mathml/content/src/mathml.css index fff7a28c10b6..a2721d88d989 100644 --- a/layout/mathml/content/src/mathml.css +++ b/layout/mathml/content/src/mathml.css @@ -260,6 +260,7 @@ p { [background="yellow"] { background-color: yellow; + border: 1px dotted red; } /* @@ -270,7 +271,7 @@ maction:hover { */ maction { - background-color: yellow; + background-color: gray; /* border: 1px solid black; */ }