fix pocket suggestion arrow color #35

This commit is contained in:
overdodactyl 2017-12-18 12:35:16 -07:00
parent f43fec3e51
commit b1a72f011b
1 changed files with 5 additions and 0 deletions

View File

@ -90,6 +90,11 @@
box-shadow: 0 0 0 2px var(--primary-accent-color) !important;
}
/* Pocket Suggestions Arrow */
.topic .topic-read-more::after {
fill: var(--primary-accent-color) !important;
}
/* Onboarding Message */
#onboarding-notification-bar {