fix pocket suggestion arrow color #35
This commit is contained in:
parent
f43fec3e51
commit
b1a72f011b
|
@ -90,6 +90,11 @@
|
||||||
box-shadow: 0 0 0 2px var(--primary-accent-color) !important;
|
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 Message */
|
||||||
#onboarding-notification-bar {
|
#onboarding-notification-bar {
|
||||||
|
|
Loading…
Reference in New Issue