/* Copyright 2024 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
/* #css_wrapper_metadata_start
* #type=style-lit
* #scheme=relative
* #css_wrapper_metadata_end */
h1 {
margin: 0;
}
#header {
background: rgb(60, 111, 235);
border: 1px solid rgb(58, 117, 189);
border-radius: 6px;
margin-bottom: 9px;
overflow: hidden;
padding: 6px 0;
text-shadow: 0 0 2px black;
}
#header h1 {
color: white;
display: inline;
font-size: 0.92rem;
font-weight: bold;
}
#header h1::before {
-webkit-mask-image: url(chrome://resources/images/icon_settings.svg);
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 24px;
background-color: white;
content: '';
display: inline-block;
height: 20px;
vertical-align: middle;
width: 37px;
}
#header p {
color: white;
display: inline;
font-size: 0.72rem;
font-style: italic;
padding-inline-start: 6px;
}