:root {
  color-scheme: light;
  font-family: serif;
  color: #000;
  background: #fff;
}

body {
  min-width: 320px;
  margin: 8px;
  background: #fff;
}

h1 {
  font-size: 1.5rem;
}

pre {
  overflow-x: auto;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

#demoAuthControls {
  gap: 6px;
  margin: 8px 8px 0 auto;
  padding: 0;
  color: #000;
  font-family: serif;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#demoAuthControls .demo-auth-identity {
  font-size: 1rem;
  font-weight: 400;
}

#demoAuthControls .demo-auth-logout {
  height: auto;
  padding: 1px 6px;
  color: buttontext;
  font-weight: 400;
  background: buttonface;
  border: 2px outset buttonborder;
  border-radius: 0;
}
