How to change the background color on the service cards in custom.css? And some related CSS questions. #4521
EricLauber
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to have a background image, but I don't want to have to blur it and make it opaque so that the cards are visible readable. I'd rather just remove the transparency from the cards and set a specific color.
I think the style
.dark:bg-white/5
is the style to modify. It has abackground-color
optionThis is what I put in my custom.css, but it didn't work. I'm sure this is a syntax issue or I'm applying the style to the wrong object. I'd like to be able to adjust the background color for both light mode and dark mode.
There are a few other things I'd like to modify:
Beta Was this translation helpful? Give feedback.
All reactions