Skip to content

Commit 1fa2da2

Browse files
committed
Test adding background color
1 parent 155c5fe commit 1fa2da2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docusaurus/src/scss/news-ticker.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
.news-ticker-container {
22
--news-ticker-hover-color: var(--strapi-primary-600);
33
--news-ticker-active-dot-color: var(--strapi-primary-600);
4+
5+
background-color: var(--strapi-neutral-100) !important;
6+
47
a {
58
color: var(--strapi-neutral-600) !important;
69

@@ -13,6 +16,9 @@
1316
[data-theme='dark'] .news-ticker-container {
1417
--news-ticker-hover-color: var(--strapi-secondary-500);
1518
--news-ticker-active-dot-color: var(--strapi-secondary-500);
19+
20+
background-color: var(--strapi-neutral-100) !important;
21+
1622
a {
1723
color: var(--strapi-neutral-400) !important;
1824

0 commit comments

Comments
 (0)