Skip to content

Commit 217c4b1

Browse files
committed
Background for icons in the section
1 parent 66605ed commit 217c4b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/Section/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@
1717
display: flex;
1818
flex-direction: column;
1919
align-items: stretch;
20+
border-radius: 1rem;
21+
aspect-ratio: 1;
22+
background: var(--gradient);
2023
}
2124

22-
.section-icon > * {
25+
.section-icon * {
2326
width: 100%;
2427
height: 100%;
28+
color: var(--color-gradient) !important;
2529
}
2630

2731
.section-content {

0 commit comments

Comments
 (0)