Update theme

This commit is contained in:
jaseg 2023-09-27 13:05:38 +02:00
parent 81f65823f2
commit 32d3a98101

View file

@ -156,13 +156,13 @@ h1, h2, h3, h4, h5, h6 {
}
h1 {
font-family: "Manuskript Gothisch";
font-family: "Bodoni Moda";
}
body > header {
z-index: 1;
margin-top: 100px;
margin-bottom: 0;
margin-bottom: 200px;
text-align: center;
display: flex;
flex-direction: column;
@ -176,11 +176,12 @@ body > header > h1 {
-webkit-background-clip: text;
color: transparent;
filter: drop-shadow(0 0 10px rgba(0, 0, 0, var(--shadow-opacity)));
font-size: 32px;
font-size: 40px;
}
/* https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/ */
/*
body > header > h1::first-line {
/* https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/ */
--min-fs: 3;
--max-fs: 10;
--min-vw: 20;
@ -194,6 +195,7 @@ body > header > h1::first-line {
font-size: clamp(var(--min-fs-rem), var(--min-fs-rem) + var(--slope), var(--max-fs-rem));
}
*/
main.cards {