1
0

wip: commit small changes

This commit is contained in:
Michael Rieger
2025-12-18 13:52:49 +01:00
parent 40a9102628
commit 953a7994b5
3 changed files with 17 additions and 14 deletions
+6 -6
View File
@@ -3,16 +3,16 @@
@import url("../styles/clash-display.css");
:root {
--clr-light-400: hsl(0, 0%, 100%);
--clr-dark-400: hsl(0, 17.6%, 3.3%);
--clr-light-400: hsl(0 0% 100%);
--clr-dark-400: hsl(0 17.6% 3.3%);
--clr-ts-warm-red-400: hsl(3, 94%, 60%);
--clr-ts-warm-red-400: hsl(3 94% 60%);
--gradient-heading: linear-gradient(
to bottom,
hsla(from var(--clr-light-400) h s l / 100%),
hsla(from var(--clr-light-400) h s l / 70%),
hsla(from var(--clr-light-400) h s l / 50%)
hsl(from var(--clr-light-400) h s l / 100%),
hsl(from var(--clr-light-400) h s l / 70%),
hsl(from var(--clr-light-400) h s l / 50%)
);
}
+3
View File
@@ -0,0 +1,3 @@
---
title: My first article
---