mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 10:38:11 +08:00
20 lines
328 B
SCSS
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);
|
|
}
|
|
}
|