Skip to content

Darken Bases card covers in dark mode #856

@greetclammy

Description

@greetclammy

Is your feature request related to a problem? Please describe.
I really like how the theme darkens images in dark mode. I noticed that Bases card covers are exempt from this though.

Describe the solution you'd like
Title.


I made it work with:

.theme-dark .bases-cards-cover {
  opacity: 0.7 !important;
  transition: opacity .25s linear;
}

.theme-dark .bases-cards-cover:hover {
  opacity: 1 !important;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions