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
|
|
@ -23,6 +23,7 @@
|
|||
@use 'parts/_tags.scss';
|
||||
@use 'parts/_theme-switch.scss';
|
||||
@use 'parts/_zola-error.scss';
|
||||
@use 'parts/_webmention.scss';
|
||||
|
||||
@font-face {
|
||||
src: local('Inter'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue