/*
h1 {
  text-align: center;
}
h4 {
  text-align: center;
}
*/

/* Icons */
html.dark ul.flex-col > li > a > svg {
  color: white !important;
}

:not(html.dark) ul.flex-col > li > a > svg {
  color: rgb(47 51 72/var(--tw-text-opacity));
}

/* Hide filter from sidebar */
/*
div.left-0:nth-child(2) {
  display: none;
}
aside ul:nth-child(3) {
  margin-top: 1em;
}
*/

/* Hide Powered by RETYPE from sidebar*/
/*
aside div:nth-child(4) a.innerHTML =<p>nothing</p>

aside div:nth-child(4) a svg {
  display: none;
}
*/