Add opacity to dark mode images

This commit is contained in:
TheThomaas 2023-11-28 22:01:54 +01:00
parent c15ec87fb8
commit 2b90820abe
2 changed files with 5 additions and 0 deletions

View file

@ -32,6 +32,9 @@
--text-color: var(--color-light-glare);
--link-color: var(--color-primary);
}
img {
opacity: .8;
}
}
:focus-visible {

View file

@ -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.
![https://placehold.co/600x400/EEE/31343C](https://placehold.co/600x400/EEE/31343C)
## Demos
{% for item in demos %}