posts: update tag counter icons.

This commit is contained in:
evazion
2020-08-02 18:06:40 -05:00
parent b3a4c7aa43
commit 6b7cd7b972
10 changed files with 37 additions and 63 deletions

View File

@@ -1,4 +1,5 @@
:root {
--text-xs: 0.8em;
--text-sm: 0.9em;
--text-md: 1em;
--text-lg: 1.16667em;

View File

@@ -145,10 +145,6 @@
--tag-count-color: var(--muted-text-color);
--low-post-count-color: red;
--tag-count-indicator-frown-color: red;
--tag-count-indicator-meh-color: darkkhaki;
--tag-count-indicator-smile-color: green;
--remove-favorite-button: deeppink;
--ugoira-seek-slider-background: #EEE;
@@ -417,10 +413,6 @@ body[data-current-user-theme="dark"] {
--target-background: var(--blue-0);
--tag-count-indicator-frown-color: var(--red-1);
--tag-count-indicator-meh-color: var(--yellow-1);
--tag-count-indicator-smile-color: var(--green-1);
--uploads-dropzone-background: var(--grey-3);
--uploads-dropzone-progress-bar-foreground-color: var(--link-color);
--uploads-dropzone-progress-bar-background-color: var(--link-hover-color);