diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index 0ae3d542c..c7f4b3c3c 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -659,6 +659,11 @@ input { } } +// Hide tags in tag page cards +[data-slug^="tags/"] .section-li .section .tags { + display: none; +} + // Disable preview popups for folder listing cards .disable-card-preview { .popover {