Skip to content

Commit 00191e0

Browse files
authored
chore: add default background color to images (#5)
1 parent 9a9fa64 commit 00191e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/scss/custom.scss

+5
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@
1717

1818
#docsearch{
1919
padding: 0 12px 0 0;
20+
}
21+
22+
23+
.content img {
24+
background: rgba(255, 255, 255, 0.4);
2025
}

0 commit comments

Comments
 (0)