Ignoring Gamma master categories in update scrape as these seem to contain irrelevant tags.

This commit is contained in:
DebaucheryLibrarian
2022-02-01 21:18:54 +01:00
parent 285a65f018
commit b9f3eb85f9
3 changed files with 24 additions and 14 deletions

View File

@@ -44,6 +44,11 @@
&:hover {
background: var(--primary-strong);
}
&:disabled {
background: var(--shadow-weak);
cursor: default;
}
}
.button-secondary {