mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Add Crimson Text font family to loading states and inputs
This commit is contained in:
@@ -615,6 +615,7 @@ div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-family: 'Crimson Text', 'Times New Roman', serif;
|
||||
}
|
||||
|
||||
/* Tablet-specific styles */
|
||||
@@ -932,12 +933,13 @@ div {
|
||||
}
|
||||
|
||||
/* Prevent zoom on form inputs */
|
||||
input[type="text"],
|
||||
input[type="search"],
|
||||
input[type="text"],
|
||||
input[type="search"],
|
||||
textarea {
|
||||
font-size: 16px;
|
||||
-webkit-appearance: none;
|
||||
border-radius: var(--radius-md);
|
||||
font-size: 16px;
|
||||
-webkit-appearance: none;
|
||||
border-radius: var(--radius-md);
|
||||
font-family: 'Crimson Text', 'Times New Roman', serif !important;
|
||||
}
|
||||
|
||||
/* Improve readability on mobile */
|
||||
@@ -981,11 +983,12 @@ div {
|
||||
|
||||
/* Loading and States */
|
||||
.loading {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 3rem;
|
||||
color: var(--text-muted);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 3rem;
|
||||
color: var(--text-muted);
|
||||
font-family: 'Crimson Text', 'Times New Roman', serif;
|
||||
}
|
||||
|
||||
.spinner {
|
||||
|
||||
Reference in New Issue
Block a user