/* Keep category colors consistent between article cards and the sidebar. */
:is(.article-list article, .article-page) .article-category a,
.right-sidebar .tagCloud-tags a[href*="/categories/"] {
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.48), 0 8px 18px rgba(5, 18, 43, 0.1) !important;
}

:is(.article-list article, .article-page) .article-category a[href*="%E5%BB%BA%E7%AB%99%E7%AC%94%E8%AE%B0"],
.right-sidebar .tagCloud-tags a[href*="/categories/%E5%BB%BA%E7%AB%99%E7%AC%94%E8%AE%B0"] {
  border-color: rgba(255, 229, 209, 0.74) !important;
  color: #4d2a1a !important;
  background: rgba(255, 210, 181, 0.92) !important;
}

:is(.article-list article, .article-page) .article-category a[href*="%E7%BD%91%E7%BB%9C%E7%AC%94%E8%AE%B0"],
.right-sidebar .tagCloud-tags a[href*="/categories/%E7%BD%91%E7%BB%9C%E7%AC%94%E8%AE%B0"] {
  border-color: rgba(223, 255, 203, 0.72) !important;
  color: #183720 !important;
  background: rgba(200, 244, 174, 0.92) !important;
}

:is(.article-list article, .article-page) .article-category a[href*="%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7"],
.right-sidebar .tagCloud-tags a[href*="/categories/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7"] {
  border-color: rgba(213, 239, 255, 0.84) !important;
  color: #0b3459 !important;
  background: rgba(148, 211, 255, 0.94) !important;
}

:is(.article-list article, .article-page) .article-category a[href*="%E8%AE%BE%E5%A4%87%E6%8A%98%E8%85%BE"],
.right-sidebar .tagCloud-tags a[href*="/categories/%E8%AE%BE%E5%A4%87%E6%8A%98%E8%85%BE"] {
  border-color: rgba(255, 225, 192, 0.86) !important;
  color: #542500 !important;
  background: rgba(255, 185, 112, 0.94) !important;
}

:is(.article-list article, .article-page) .article-category a[href*="App%20%E5%BC%80%E5%8F%91"],
.right-sidebar .tagCloud-tags a[href*="/categories/App%20%E5%BC%80%E5%8F%91"] {
  border-color: rgba(227, 219, 255, 0.9) !important;
  color: #34226b !important;
  background: rgba(213, 202, 255, 0.94) !important;
}
