v2.0.0 Sponsors changes #38

Closed
opened 2026-03-28 11:05:21 -06:00 by cnidariaware · 4 comments
Owner

replace x with check mark

check marks different colour, either red or another one

tier bigger than sponsor
tier colours
background colour of images

replace x with check mark check marks different colour, either red or another one tier bigger than sponsor tier colours background colour of images
Member

changed the cross to a golden check

changed the cross to a golden check
Author
Owner
.Sponsors a {
	display: flex;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	background-color: whitesmoke;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: scale 0.3s;
}

.Sponsors a:hover {
	cursor: pointer;
	scale: 1.05;
}
```css .Sponsors a { display: flex; flex-direction: column; color: inherit; text-decoration: none; cursor: pointer; background-color: whitesmoke; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); transition: scale 0.3s; } .Sponsors a:hover { cursor: pointer; scale: 1.05; } ```
Author
Owner

for PR #37

for PR #37
Member

done

done
Sign in to join this conversation.
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ucalgary-baja/ucalg-baja-ca#38
No description provided.