Skip to content

Commit 22bb7bb

Browse files
committed
small dark mode style fixes based on feedback
1 parent 5769e93 commit 22bb7bb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/components/catalog.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
font-size: 14px;
364364
font-weight: bold;
365365
margin: 0;
366-
padding: 6px 10px;
366+
padding: 3px 12px 9px 8px;
367367
background: #bfe5ff;
368368
border-radius: 0 5px 0 0;
369369
position: absolute;
@@ -373,7 +373,7 @@
373373
svg {
374374
position: relative;
375375
top: 4px;
376-
fill: #fff;
376+
fill: #000;
377377
}
378378
}
379379
}
@@ -473,7 +473,7 @@
473473
color: white;
474474

475475
&.accessibility-status svg {
476-
fill: #fff;
476+
fill: #000;
477477
}
478478
}
479479

@@ -482,7 +482,7 @@
482482
width: 12px;
483483
height: auto;
484484
margin-right: 6px;
485-
fill: #fff;
485+
fill: #000;
486486
}
487487
}
488488
}

src/components/detail.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,8 @@ a {
910910

911911
.pics {
912912
button.pic-arrow {
913-
fill: #fff;
914-
background: #000;
913+
fill: #333;
914+
background: #fff;
915915
}
916916

917917
button.demo-dot {

0 commit comments

Comments
 (0)