We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115e51e commit 96e3718Copy full SHA for 96e3718
sass/components/partners.scss
@@ -49,15 +49,15 @@
49
.funder {
50
align-items: center;
51
justify-content: start;
52
- background-color: rgba(255,255,255,1);
+ background-color: rgba(255,255,255,0.85);
53
display: flex;
54
justify-content: center;
55
gap: 0.75rem;
56
position: relative;
57
padding: 0rem;
58
margin-top: 0.5rem;
59
cursor: pointer;
60
- border: 1px solid var(--color-secondary-400);
+ border: 1px solid rgba(var(--color-secondary-400-rgb), 0.5);
61
62
@media (min-width: 62rem) {
63
0 commit comments