changed fonts / style

This commit is contained in:
kaipher7
2026-04-02 13:45:25 -06:00
parent cb6a880638
commit 93ca192eb2
8 changed files with 68 additions and 25 deletions
@@ -7,11 +7,23 @@
--dark: #850000; --dark: #850000;
} }
.delius {
font-family: 'Delius Swash Caps', cursive;
font-weight: 400;
font-style: normal;
}
.mali-regular {
font-family: 'Mali', cursive;
font-weight: 400;
font-style: normal;
}
/* login.css */ /* login.css */
body, html { body, html {
height: 100%; height: 100%;
margin: 0; margin: 0;
font-family: 'Roboto', sans-serif; font-family: 'Mali', cursive;
background-color: var(--pale-yellow); background-color: var(--pale-yellow);
} }
@@ -44,7 +56,8 @@ body, html {
font-size: 2.5em; font-size: 2.5em;
font-weight: bold; font-weight: bold;
letter-spacing: 4px; letter-spacing: 4px;
font-family: 'EB Garamond', serif;} font-family: 'Delius Swash Caps', cursive;
}
/* Main Content */ /* Main Content */
@@ -94,7 +107,7 @@ body, html {
padding: 10px; padding: 10px;
margin: auto; margin: auto;
margin-top: 5px; margin-top: 5px;
margin-left: 25px; margin-left: 20px;
border-radius: 10px; border-radius: 10px;
border: 2.5px solid var(--dusty-red); border: 2.5px solid var(--dusty-red);
background-color: var(--pale-yellow); background-color: var(--pale-yellow);
@@ -7,10 +7,22 @@
--dark: #850000; --dark: #850000;
} }
.delius {
font-family: 'Delius Swash Caps', cursive;
font-weight: 400;
font-style: normal;
}
.mali-regular {
font-family: 'Mali', cursive;
font-weight: 400;
font-style: normal;
}
body, html { body, html {
height: 100%; height: 100%;
margin: 0; margin: 0;
font-family: 'Roboto', sans-serif; font-family: 'Mali', cursive;
background-color: var(--pale-yellow); background-color: var(--pale-yellow);
} }
@@ -43,7 +55,8 @@ body, html {
font-size: 2.5em; font-size: 2.5em;
font-weight: bold; font-weight: bold;
letter-spacing: 4px; letter-spacing: 4px;
font-family: 'EB Garamond', serif;} font-family: 'Delius Swash Caps', cursive;
}
/* Main Content */ /* Main Content */
@@ -203,6 +216,7 @@ textarea {
background: var(--dusty-red); background: var(--dusty-red);
border: 1px; border: 1px;
border-radius: 8px; border-radius: 8px;
font-family: 'Mali', cursive;
font-size: 13px; font-size: 13px;
color: var(--dark-yellow); color: var(--dark-yellow);
cursor: pointer; cursor: pointer;
@@ -223,7 +237,8 @@ textarea {
} }
.image-drop:hover { .image-drop:hover {
border-color: var(--dark); border-color: var(--dusty-red-hover);
filter: brightness(99%);
} }
.image-drop .upload-icon { .image-drop .upload-icon {
@@ -271,22 +286,7 @@ textarea {
cursor: pointer; cursor: pointer;
} }
/* Two-column row */
.row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
/* Tags */ /* Tags */
.tag-input-row {
display: flex;
gap: 6px;
}
.tag-input-row input {
flex: 1;
}
.tag-wrap { .tag-wrap {
display: flex; display: flex;
@@ -331,6 +331,7 @@ textarea {
border-radius: 8px; border-radius: 8px;
padding: 0 20px; padding: 0 20px;
height: 36px; height: 36px;
font-family: 'Mali', cursive;
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 500;
cursor: pointer; cursor: pointer;
+14 -2
View File
@@ -13,10 +13,22 @@
/* ========================= /* =========================
Global Styles Global Styles
========================= */ ========================= */
.delius {
font-family: 'Delius Swash Caps', cursive;
font-weight: 400;
font-style: normal;
}
.mali-regular {
font-family: 'Mali', cursive;
font-weight: 400;
font-style: normal;
}
body, html { body, html {
height: 100vh; height: 100vh;
margin: 0; margin: 0;
font-family: 'Roboto', sans-serif; font-family: 'Mali', cursive;
background-color: var(--pale-yellow); background-color: var(--pale-yellow);
overflow: clip; overflow: clip;
} }
@@ -57,7 +69,7 @@ body, html {
} }
.site-name { .site-name {
font-family: 'EB Garamond', serif; font-family: 'Delius Swash Caps', serif;
font-size: 2.5em; font-size: 2.5em;
font-weight: bold; font-weight: bold;
letter-spacing: 4px; letter-spacing: 4px;
+15 -2
View File
@@ -13,11 +13,23 @@
/* ========================= /* =========================
Global Styles Global Styles
========================= */ ========================= */
.delius {
font-family: 'Delius Swash Caps', cursive;
font-weight: 400;
font-style: normal;
}
.mali-regular {
font-family: 'Mali', cursive;
font-weight: 400;
font-style: normal;
}
body, body,
html { html {
height: 100%; height: 100%;
margin: 0; margin: 0;
font-family: 'Roboto', sans-serif; font-family: 'Mali', cursive;
background-color: var(--pale-yellow); background-color: var(--pale-yellow);
} }
@@ -54,7 +66,7 @@ html {
} }
.site-name { .site-name {
font-family: 'EB Garamond', serif; font-family: 'Delius Swash Caps', cursive;
font-size: 2.5em; font-size: 2.5em;
font-weight: bold; font-weight: bold;
letter-spacing: 4px; letter-spacing: 4px;
@@ -126,6 +138,7 @@ html {
margin: 20px auto 0; margin: 20px auto 0;
padding: 10px; padding: 10px;
font-family: 'Mali', cursive;
font-weight: bold; font-weight: bold;
color: var(--dark-yellow); color: var(--dark-yellow);
background-color: var(--dusty-red); background-color: var(--dusty-red);
@@ -4,6 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Create Thyme Crunch Account</title> <title>Create Thyme Crunch Account</title>
<link rel="stylesheet" th:href="@{css/create-account.css}"> <link rel="stylesheet" th:href="@{css/create-account.css}">
<link href="https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700" rel="stylesheet">
</head> </head>
<body> <body>
@@ -4,6 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Create Thyme Crunch Recipe</title> <title>Create Thyme Crunch Recipe</title>
<link rel="stylesheet" th:href="@{css/create-recipe.css}"> <link rel="stylesheet" th:href="@{css/create-recipe.css}">
<link href="https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700" rel="stylesheet">
</head> </head>
<body> <body>
@@ -4,6 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Thyme Crunch Home</title> <title>Thyme Crunch Home</title>
<link rel="stylesheet" th:href="@{css/home.css}"> <link rel="stylesheet" th:href="@{css/home.css}">
<link href="https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700" rel="stylesheet">
</head> </head>
<body> <body>
@@ -4,6 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Thyme Crunch Login</title> <title>Thyme Crunch Login</title>
<link rel="stylesheet" th:href="@{css/login.css}"> <link rel="stylesheet" th:href="@{css/login.css}">
<link href="https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700" rel="stylesheet">
</head> </head>
<body> <body>