add some featured content blocks, correct event item image size, placeholder color variables
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
--font-size-caption: .8rem;
|
||||
--font-size-body: 1rem;
|
||||
--font-size-lead: 1.4rem;
|
||||
--font-size-h2: 1.8rem;
|
||||
|
||||
|
||||
// colors
|
||||
@ -20,10 +21,15 @@
|
||||
--color-white: #fff;
|
||||
--color-black: rgb(22, 21, 22);
|
||||
|
||||
// additional colors adjusted for web
|
||||
--color-betongGray-darkened: rgb(220, 216, 204);
|
||||
|
||||
// colors in use
|
||||
--color-text: var(--color-chateauBlue);
|
||||
--color-background: var(--color-betongGray);
|
||||
--color-background-secondary: var(--color-betongGray-darkened);
|
||||
--color-cta: var(--color-goldenOrange);
|
||||
--color-placeholder: var(--color-neufPink);
|
||||
|
||||
// spacing
|
||||
--spacing-sitepadding: 2rem;
|
||||
|
Reference in New Issue
Block a user