static: style: drop arial font for the banner

For some reason the banner had hardcoded Arial font. Drop so that we
inherit our global Ubuntu font set on the <body>.

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
This commit is contained in:
Théo Lebrun 2026-05-06 11:16:46 +02:00
parent 64c9fa5248
commit dda5c9ff5c

View file

@ -1278,7 +1278,6 @@ main {
-moz-box-shadow: -2px 0px 15px 1px rgba(0,0,0,0.69);
box-shadow: -2px 0px 15px 1px rgba(0,0,0,0.69);
font-size: 14;
font-family: Arial;
font-weight: bold;
width: 215px;
height: 120px;
@ -1340,7 +1339,6 @@ main {
text-align: center;
background: #757575;
color: #fff;
font-family: Arial;
}
.message-banner .title {
margin: 0;