1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-06 11:45:39 +01:00
This commit is contained in:
Matthias Kretschmann 2021-03-16 00:31:24 +01:00
parent 54972aa6f0
commit f630853cfd
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -55,7 +55,7 @@
--font-size-h5: var(--font-size-large); --font-size-h5: var(--font-size-large);
--font-size-h6: var(--font-size-base); --font-size-h6: var(--font-size-base);
--line-height: 1.6; --line-height: 1.65;
--line-height-small: 1.1428571429; --line-height-small: 1.1428571429;
--font-family-base: 'ff-tisa-sans-web-pro', 'Trebuchet MS', 'Helvetica Neue', --font-family-base: 'ff-tisa-sans-web-pro', 'Trebuchet MS', 'Helvetica Neue',
@ -109,14 +109,14 @@
--input-color: var(--text-color); --input-color: var(--text-color);
--input-color-placeholder: var(--text-color-light); --input-color-placeholder: var(--text-color-light);
--input-border: var(--brand-grey-light); --input-border: var(--border-color);
--input-border-focus: var(--brand-cyan); --input-border-focus: var(--brand-cyan);
/* Misc. /* Misc.
///////////////////////////////////// */ ///////////////////////////////////// */
--maxWidthContent: 45rem; --maxWidthContent: 44rem;
--maxWidthContainer: 70rem; --maxWidthContainer: 60rem;
--easing: cubic-bezier(0.75, 0, 0.08, 1); --easing: cubic-bezier(0.75, 0, 0.08, 1);
} }