💄 style(sass): enhance webmention styling with variables

- add color and background color variables for consistent styling
  - update margins and padding for better layout

♻️ refactor(css): migrate and rename webmention CSS to SCSS
  - move webmention.css to sass/parts/_webmention.scss
  - remove unused webmention.min.css
  - update template to remove old stylesheet link
This commit is contained in:
Jeremiah Russell 2025-02-11 12:17:32 +00:00
parent ee88359ad6
commit 30819dd890
No known key found for this signature in database
GPG key ID: E576B835ACE207E5
4 changed files with 15 additions and 6 deletions

View file

@ -4,7 +4,6 @@
3. Add and configure the javascript to fetch and display the webmentions collected at webmention.io. #}
<link rel="webmention" href="https://webmention.io/{{ config.extra.webmentions.domain }}/webmention" />
<link rel="stylesheet" href="{{ get_url(path='webmention.min.css', trailing_slash=false) | safe }}" />
{# Calculate the configured data for the script, if any #}