update home

This commit is contained in:
2025-06-23 12:47:41 +03:00
parent fbd54f5202
commit f91db3b865
14 changed files with 615 additions and 111 deletions

View File

@@ -12,11 +12,6 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
.dashboard:hover {
background: #74ddc3 !important;
}
/* Custom CSS for header partial */
.backdrop-blur {
@@ -40,11 +35,6 @@
background-color: rgba(16,16,16,1);
}
.bg-transparent {
background-color: transparent;
}
/* Custom css allowing image styling in markdown */
img[src*="#mx-auto"] {
@@ -262,21 +252,18 @@ background-color:#5596f5 !important;
@layer components {
h1 {
@apply text-4xl lg:text-6xl font-normal;
color: #ffffff;
@apply text-4xl font-semibold tracking-tight lg:text-6xl;
font-family: "Inter", sans-serif !important;
}
h2 {
@apply text-3xl lg:text-4xl my-4 font-normal leading-none;
color: #ffffff;
@apply lg:text-[6rem] text-[2.5rem] leading-[1.1] font-normal tracking-tight text-black;
font-family: "Inter", sans-serif !important;
}
h2 strong {
@apply font-semibold;
}
h3 {
@apply text-2xl lg:text-3xl my-4 font-extralight;
color: #ffffff;
@apply lg:text-3xl text-xl leading-snug font-light tracking-tight text-black;
font-family: "Inter", sans-serif !important;
}
h3 strong {
@@ -290,7 +277,7 @@ background-color:#5596f5 !important;
h5 {
@apply text-lg my-1 tracking-normal font-medium;
font-family: "Inter", sans-serif !important;
color: #fff !important
}
h6 {
@apply text-md not-italic font-normal my-1;
@@ -298,7 +285,7 @@ background-color:#5596f5 !important;
}
p {
@apply text-lg;
color: #3d3d3d;
font-family: "Inter", sans-serif !important;
}
blockquote {
@@ -591,9 +578,7 @@ header {
display: none;
}
@media (min-width: 1024px){
h2 {
font-size: 3.5rem;
}
}