Skip to content

Commit

Permalink
small dark mode style fixes based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Dec 5, 2024
1 parent 5769e93 commit 22bb7bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/components/catalog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -373,7 +373,7 @@
svg {
position: relative;
top: 4px;
fill: #fff;
fill: #000;
}
}
}
Expand Down Expand Up @@ -473,7 +473,7 @@
color: white;

&.accessibility-status svg {
fill: #fff;
fill: #000;
}
}

Expand All @@ -482,7 +482,7 @@
width: 12px;
height: auto;
margin-right: 6px;
fill: #fff;
fill: #000;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/detail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,8 @@ a {

.pics {
button.pic-arrow {
fill: #fff;
background: #000;
fill: #333;
background: #fff;
}

button.demo-dot {
Expand Down

0 comments on commit 22bb7bb

Please sign in to comment.