2022-04-14 15:02:23 +00:00
|
|
|
in the css
|
|
|
|
|
|
|
|
@import url("https://styles.alv.cx/modules/soft_media.css");
|
|
|
|
|
2022-04-14 15:15:42 +00:00
|
|
|
variables:
|
|
|
|
|
|
|
|
--soft-media-opacity: 0.75;
|
|
|
|
--soft-media-transition-time: .5s;
|
|
|
|
--soft-media-transition-timing-function: ease-in-out;
|
|
|
|
|
2022-04-14 15:02:23 +00:00
|
|
|
this module makes reduces the opacity of all images to give the webpage a softer look,
|
|
|
|
even when in light mode (this is default behaviour in dark mode).
|