diff --git a/src/components/catalog.scss b/src/components/catalog.scss index 95610d41e..556af8151 100644 --- a/src/components/catalog.scss +++ b/src/components/catalog.scss @@ -363,7 +363,7 @@ font-size: 14px; font-weight: bold; margin: 0; - padding: 6px 10px; + padding: 3px 12px 9px 8px; background: #bfe5ff; border-radius: 0 5px 0 0; position: absolute; @@ -373,7 +373,7 @@ svg { position: relative; top: 4px; - fill: #fff; + fill: #000; } } } @@ -473,7 +473,7 @@ color: white; &.accessibility-status svg { - fill: #fff; + fill: #000; } } @@ -482,7 +482,7 @@ width: 12px; height: auto; margin-right: 6px; - fill: #fff; + fill: #000; } } } diff --git a/src/components/detail.scss b/src/components/detail.scss index 648d451ca..77bead83e 100644 --- a/src/components/detail.scss +++ b/src/components/detail.scss @@ -910,8 +910,8 @@ a { .pics { button.pic-arrow { - fill: #fff; - background: #000; + fill: #333; + background: #fff; } button.demo-dot {