mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
💄 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:
parent
ee88359ad6
commit
30819dd890
4 changed files with 15 additions and 6 deletions
|
|
@ -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 #}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue