vue-content-placeholders icon indicating copy to clipboard operation
vue-content-placeholders copied to clipboard

Change the color of the placeholder?

Open mhetreramesh opened this issue 4 years ago • 1 comments

Is this possible to change the color of the placeholder? I would like to use it in the dark more with more dark color?

mhetreramesh avatar Apr 25 '20 10:04 mhetreramesh

You can update the color like this:

.vue-content-placeholders-img,
.vue-content-placeholders-text__line {
    background: red !important;
}

LeCoupa avatar May 24 '20 18:05 LeCoupa