
:root {
  --primary: #175ca1;
  --secondary: #1c954c;
  --tertiary: #cdf2da;
  --accent: #718096;
  --background: #fff;
  --main: #0d0106;
  --header: #2d3748;

  /* color-scheme: light dark; */
}

nav a > img[src="/plugins/logo.png"] {
  /* transform: scale(0.5) translateX(5px); */
  transform: translateY(1px);
  max-width:140px;
  height:auto;
}

aside a > img[src="/plugins/logo.png"] {
  max-width:160px;
  height:auto;
  /* transform: scale(0.8); */
  /* padding-left:10px; */
}