Skip to content

Commit 96e3718

Browse files
Update funder styles for improved visibility and consistency
1 parent 115e51e commit 96e3718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sass/components/partners.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
.funder {
5050
align-items: center;
5151
justify-content: start;
52-
background-color: rgba(255,255,255,1);
52+
background-color: rgba(255,255,255,0.85);
5353
display: flex;
5454
justify-content: center;
5555
gap: 0.75rem;
5656
position: relative;
5757
padding: 0rem;
5858
margin-top: 0.5rem;
5959
cursor: pointer;
60-
border: 1px solid var(--color-secondary-400);
60+
border: 1px solid rgba(var(--color-secondary-400-rgb), 0.5);
6161

6262
@media (min-width: 62rem) {
6363
align-items: center;

0 commit comments

Comments
 (0)