/*
Theme Name: Darksense
Theme URI: https://github.com/chrismccoy/darksense
Author: Chris McCoy
Author URI: https://github.com/chrismccoy
Description: A meme and content aggregator theme. Supports image, video, and gallery post formats with AJAX voting.
Version: 1.0.0
Text Domain: darksense
*/

:root {
  --bg:     12 12 12;
  --fg:     245 245 245;
  --muted:  163 163 163;
  --card:   24 24 24;
  --border: 82 82 82;
  --ink:    255 255 255;
  --ink2:   212 212 212;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgb(163 163 163 / 0.45) transparent;
}

*::-webkit-scrollbar {
  height: 10px;
  width:  10px;
}

*::-webkit-scrollbar-thumb {
  background:    rgb(163 163 163 / 0.35);
  border-radius: 999px;
}

.darksense-thumb-active {
  outline: 2px solid rgb(var(--fg));
  outline-offset: -2px;
}
