Skip to content

Commit

Permalink
fix: update plugin card color on dark theme (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
nouralmulhem committed Mar 1, 2024
1 parent d0b10da commit 3d3eb2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/plugin-site/src/components/SearchResults.css
Expand Up @@ -47,7 +47,7 @@
position: relative;
display: block;
& * {
color: #666;
color: var(--color);
}
& a, & a:visited {
color: var(--link-color);
Expand Down Expand Up @@ -77,6 +77,9 @@
text-align: center;
text-shadow: rgba(0, 0, 0, 0.5) 1px 2px 1px;
width: var(--plugin-icon-width);
& * {
color: inherit;
}
}
}
.Plugin--TitleContainer {
Expand Down

0 comments on commit 3d3eb2c

Please sign in to comment.