#homer-editor-header-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  margin-right: .65rem;
  border: 0;
  border-radius: .35rem;
  color: var(--text-header, #fff) !important;
  background: rgba(255,255,255,.08);
  text-decoration: none !important;
  opacity: .72;
  line-height: 1;
  transition: opacity .15s ease, background .15s ease, transform .15s ease;
}
#homer-editor-header-link:hover {
  opacity: 1;
  background: rgba(255,255,255,.16);
  transform: translateY(-1px);
}
#homer-editor-header-link i {
  pointer-events: none;
  font-size: .95rem;
}
