We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155c5fe commit 1fa2da2Copy full SHA for 1fa2da2
docusaurus/src/scss/news-ticker.scss
@@ -1,6 +1,9 @@
1
.news-ticker-container {
2
--news-ticker-hover-color: var(--strapi-primary-600);
3
--news-ticker-active-dot-color: var(--strapi-primary-600);
4
+
5
+ background-color: var(--strapi-neutral-100) !important;
6
7
a {
8
color: var(--strapi-neutral-600) !important;
9
@@ -13,6 +16,9 @@
13
16
[data-theme='dark'] .news-ticker-container {
14
17
--news-ticker-hover-color: var(--strapi-secondary-500);
15
18
--news-ticker-active-dot-color: var(--strapi-secondary-500);
19
20
21
22
23
color: var(--strapi-neutral-400) !important;
24
0 commit comments