body {
  background-color: rgb(20, 20, 20);
  color: white;
  font:
    14px 'Lucida Grande',
    Helvetica,
    Arial,
    sans-serif;
  margin: 0;
}

a {
  color: #00b7ff;
}

video {
  max-height: 100vh;
  outline: 0;
  width: 100%;
}

#dir {
  color: grey;
}

#breadcrumb li {
  &:not(:first-child)::before {
    content: '/';
    margin-right: 5px;
  }
}

section#file-browser-content {
  li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    padding-left: 1rem;

    a {
      text-decoration: none;
    }
  }

  ul#file-browser-directories li::marker {
    content: '🗂️';
  }

  ul#file-browser-videos li::marker {
    content: '🎬';
  }
}
