-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
C-questionCategory: A question on how to do somethingCategory: A question on how to do something
Description
Question
I tried:
#mdbook-theme-toggle > .fa-svg > svg {
display: none;
}
#mdbook-theme-toggle > .fa-svg::before {
content: "";
display: block;
width: 100%;
height: 100%;
background-image: url("../icons/theme-toggle.png");
background-size: contain;
background-repeat: no-repeat;
}(I used a PNG just for testing out.)
Nothing.
Version
0.5.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-questionCategory: A question on how to do somethingCategory: A question on how to do something