Files
Graphite/website/sass/volunteer.scss
T
Keavon Chambers f429db6369 Revamp the Graphite website (#1265)
Revamp the website with more content
2023-08-10 18:37:04 -07:00

20 lines
328 B
SCSS

.creative-contributions .info-box {
&:nth-of-type(1) {
background-color: var(--color-seaside);
}
&:nth-of-type(2) {
background-color: var(--color-cove);
}
}
.code-contributions .info-box {
&:nth-of-type(1) {
background-color: var(--color-mustard);
}
&:nth-of-type(2) {
background-color: var(--color-ale);
}
}