Add opacity to dark mode images
This commit is contained in:
parent
c15ec87fb8
commit
2b90820abe
|
|
@ -32,6 +32,9 @@
|
|||
--text-color: var(--color-light-glare);
|
||||
--link-color: var(--color-primary);
|
||||
}
|
||||
img {
|
||||
opacity: .8;
|
||||
}
|
||||
}
|
||||
|
||||
:focus-visible {
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@ This is a very opinionated starter, but it can be further developed in many dire
|
|||
To avoid overloading this base with too many subtleties, I put special features such as image gallery, tags, or pagination in separate branches that (usually... hopefully! 🫣 ) keep up with the main branch.
|
||||
Work in progress.
|
||||
|
||||

|
||||
|
||||
## Demos
|
||||
|
||||
{% for item in demos %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue