:root {
  --cover-title-text-shadow: none;
}
h1.blog-title { color: var(--highlight-inverse); }

#site-head h2.blog-description {
  color: crimson;
  text-shadow: whitesmoke 0px 0px 7px !important;
}

ul.fa-ul { margin-left: 1vw; }

div#new-site-menu {
  width:9ch;
  text-align: center;
  display:flex;
  flex-direction: column;
  gap:5px;
  margin: 5px 0 auto auto;
}
h1.blog-title {text-align: right;}