Skip to content

Commit 1f71f0c

Browse files
committed
docs(readme): update README.md
1 parent 4f542d4 commit 1f71f0c

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,23 @@ render_pdf:
6969

7070
```css
7171
#page-container {
72-
background-color: white !important;
73-
background-image: none !important;
72+
background-color: transparent;
73+
background-image: none;
74+
}
75+
#sidebar{
76+
background-color: transparent;
7477
}
7578
.pf{
76-
box-shadow: none !important;
79+
box-shadow: none;
80+
}
81+
img {
82+
mix-blend-mode: multiply;
83+
}
84+
@media (prefers-color-scheme: dark) {
85+
img {
86+
filter: invert(1);
87+
mix-blend-mode: lighten;
88+
}
7789
}
7890
```
7991

0 commit comments

Comments
 (0)