@import url(./sidebar.css);

.app-name img {
  width: 150px;
}

.app-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0;
}

.app-nav a {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.app-nav img {
  width: 150px;
}

details > summary {
  background-color: #eee;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 2px;
}

details[open] > summary {
  background-color: var(--theme-color, grey);
  color: #fff;
}

details[open] > summary em,
details[open] > summary strong {
  color: inherit;
}
