20 Commits (86ef6b2c2cb5445e4349838531bd39be585467e7)

Author SHA1 Message Date
Óscar 1027f5ba53
🌐 style: improve RTL styling consistency (#381) 5 months ago
Óscar 35dcf55019
🐛 fix: improve dark mode and OS theme handling (#380) 5 months ago
welpo c7bd9b36ce
️ style(footer): set paragraph margin to 0
Without this, there's too much spacing around the copyright notice.

Partially reverts #197.
1 year ago
Óscar Fernández 1bc52944c9
feat(footer): add configurable footer menu (#197) 1 year ago
Óscar 14ccb208cf
🎨 refactor: turn macros into partials & sort CSS (#146) 1 year ago
Óscar 5ae21b5335
feat(footer): add configurable copyright notice (#112) 2 years ago
welpo 4df7cdcb7a
🐛 fix: set svg max-height only for social icons 2 years ago
welpo 1efb0330e3
🐛 fix: remove flash when navigating in dark-mode
The `initialize-theme.js` script takes care of the following:

  1. If there is a stored theme value in the localStorage, set the theme
 based on that value.
  2. If there is no stored theme value, check the  user's system
  preference (dark or light) and set the theme accordingly.

The new `main.js` takes care of the actual theme switching and listening
to system preference changes (if the user has not manually set a theme).

Now the icons are stored in CSS, and are set according to the current
theme. This allows for having different icons that dynamically switch.

Additionally, wraps social and navigation elements in ul/li.

Fixes #76
2 years ago
welpo 7a1bb1d04c
🎨 refactor: improve code format; set tabs = 4 spaces 2 years ago
welpo b7c89753ec
💄 style: smaller socials; add Zola & tabi mention 2 years ago
welpo e51f5318d6
️ style: increase contrast for link hover 2 years ago
welpo 5dcd605801
💄 style: incrase footer's margin-bottom
Reverts back to c7d50c6399
2 years ago
welpo c7d50c6399
💄 style: consistent margins above and below content
Moves margin from footer to content.
2 years ago
welpo 921725cb11
📱 feat: make footer & banner responsive
Social icons were too big on smaller screens.
Fix #34
2 years ago
welpo 722d493a9a
💄 style: default light mode 2 years ago
welpo 794470d99a
💄 style: invert social icons when hovering
This makes it consistent with the behaviour of all other links.
2 years ago
welpo b8e372c733
💄 style: set equal padding on social icons 2 years ago
welpo 7b74bc0b91 ️ fix: set alt-text colour for social links
They were unreadable before.
2 years ago
welpo 095b9d0d07 🐛 fix: add end-of-file newline 2 years ago
welpo 0b117d1641 first commit 2 years ago