.button-link:hover {
  color: #18181b !important;
  background-color: #ffd444 !important;
}

:root {
  --prose-code-block-background-color-light: #27272a !important;
}

/* https://github.com/nuxt-themes/docus/issues/781 */
header nav {
  z-index: 1;
}

/* show navigation button icon on the right side instead of left */
header nav a.link {
  flex-direction: row-reverse;
}

/* Fix background color ellipsis on non-webkit browsers */
.ellipsis {
  width: -moz-available;
}
