This commit changes the way contact icons are displayed in the footer:
instead of using <li> tags which inherit a 30px left margin, they are
now just simple <a> tags handled by flex to center them.
The new style rules are added to the `.icons` class in
`assets/css/theme.scss`.
Signed-off-by: Filippo Fontana <filippofontana1998@gmail.com>
* introduce new variables for colors in single pages
* colors default to light section settings
* adapt the class selector in theme.scss to match the html
* use new variables in the page-template class
Transplanted cover video feature from fork of @thomasjungblut and adapted to latest hugo scroll code
Co-Authored-By: Thomas Jungblut <thomas.jungblut@gmail.com>