Skip to content

Commit 5447a25

Browse files
committed
Whitesmoke background imposes transparent background
1 parent 6f755c2 commit 5447a25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ body {
1414
margin: 0;
1515
display: flex;
1616
flex-direction: column;
17+
background: whitesmoke;
1718
}
1819

1920
header {
@@ -71,3 +72,7 @@ footer ul li {
7172
margin-left: 0.75rem;
7273
white-space: nowrap;
7374
}
75+
76+
aside img[alt="me"] {
77+
mix-blend-mode: multiply;
78+
}

0 commit comments

Comments
 (0)