${profile.communities.map(c => `
-
@@ -93,7 +93,7 @@ const { username } = Astro.params;
}
container.innerHTML = votes.map(v => `
-
${v.proposal_title}
@@ -154,9 +154,6 @@ const { username } = Astro.params;
.stats {
display: flex;
gap: 2rem;
- padding: 1.5rem;
- background: var(--color-surface);
- border: 1px solid var(--color-border);
border-radius: 12px;
margin-bottom: 2rem;
}
@@ -197,8 +194,6 @@ const { username } = Astro.params;
justify-content: space-between;
align-items: center;
padding: 0.75rem 1rem;
- background: var(--color-surface);
- border: 1px solid var(--color-border);
border-radius: 8px;
text-decoration: none;
color: var(--color-text);
@@ -246,8 +241,6 @@ const { username } = Astro.params;
justify-content: space-between;
align-items: center;
padding: 0.75rem 1rem;
- background: var(--color-surface);
- border: 1px solid var(--color-border);
border-radius: 8px;
text-decoration: none;
color: var(--color-text);