Www-styles

From Hackers & Designers
Revision as of 12:22, 1 July 2024 by Karl (talk | contribs)
html {
	/* background-color: yellow; */
}

.type-hdsc2024 {
	--pink: hsl(305, 90%, 74%);
}
.type-hdsc2024,
.type-hdsc2024 img {
	filter: drop-shadow(0 0 25px var(--pink));
}
.type-hdsc2024 p.title {
	color: var(--pink);
}