aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/pages/partials/_article-links.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Link componentArmand Philippot2023-11-111-183/+19
| | | | | | | | | * rename `external` prop to `isExternal` * rename `download` prop to `isDownload` * rewrite CSS to reduce code length and complexity * move link styles in Sass placeholders to avoid repeats because of WordPress articles * move NavLink component to molecules
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-2/+2
| | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases.
* chore: adjust dark mode stylesArmand Philippot2022-05-221-0/+100
|
* chore: adjust and complete missing stylesArmand Philippot2022-05-161-0/+104
* add logo to topics pages and links * add Prism styles to articles * and a few other adjustements