:root[data-dark=true] body {
  color: #f3f3f3;
  background-color: #1e1e20;
}
:root[data-dark=true] .full-menu {
  color: #fff;
}
:root[data-dark=true] .full-menu .common-menu + .common-menu {
  border-color: rgba(255, 255, 255, 0.2);
}
:root[data-dark=true] .full-menu .common-menu.on {
  background-color: #2a2a2a;
}
:root[data-dark=true] .hashtag-links .hashtag-list .hashtag-link {
  background-color: #232426;
  border: 1px solid #4d4c4c;
  color: #53acff;
}
:root[data-dark=true] .hashtag-links .hashtag-list .hashtag-link:hover {
  background-color: #2282b9;
  border: 1px solid #2282b9;
  color: #fff;
}