Skip to content

Commit

Permalink
Don't hardcode img classname in CSS
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Dubois <[email protected]>
  • Loading branch information
jandubois committed Aug 1, 2024
1 parent 365822f commit 8663cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.3);
}

.img_ev3q {
img[class^='img_'] {
box-shadow: 10px 10px 25px rgb(100, 100, 100);
-moz-box-shadow: 10px 10px 25px rgb(100, 100, 100);
-webkit-box-shadow: 10px 10px 25px rgb(100, 100, 100);
-khtml-box-shadow: 10px 10px 25px rgb(100, 100, 100);
}
}

0 comments on commit 8663cd5

Please sign in to comment.