mirror of https://github.com/lxndrblz/anatole.git

itsjoeoui
14.32.2020 8d49b58e49af7a85679e8d3ed10b635f4a2be0c7
Match category's colour with tag

This fixes the dark mode theming issue mentioned in this comment: lxndrblz#56 (comment)
1 files modified
2 ■■■ changed files
assets/css/style.css 2 ●●● patch | view | raw | blame | history
assets/css/style.css
@@ -62,7 +62,7 @@
.category {
  padding: 4px 6px;
  border-radius: 3px;
  color: #000 !important;
  color: var(--tag-color) !important;
  background-color: var(--secondary-bg-color);
  border: 1px solid var(--border-color);
}