aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/utilities/link.md
AgeCommit message (Collapse)AuthorFilesLines
2024-03-06Improve front matter "added" paramsXhmikosR1-1/+2
Add missing ones and add the ability to show or hide the badge Fixes a few more 404 errors in the version picker
2023-04-10Docs: consistent usage of CSS sections (#38219)Julien Déramond1-2/+2
Co-authored-by: Mark Otto <[email protected]>
2023-03-02Utilities: add 0 value to `link-underline-opacity` (#38131)Louis-Maxime Piton1-2/+3
2023-01-10Update snippet examples for dark mode (#37834)Mark Otto1-0/+1
* Update snippet examples for dark mode * Fix markup * Review comments * undo colored links docs from this PR
2023-01-03Add new link utilities, icon link helper, and update colored link helpers ↵Mark Otto1-0/+103
(#37762) * Add new link utilities, update colored link helpers * Remove commented out code * Fixes * Remove examples changes * Fixes and copy * Fix icon-link instances on homepage * Bump bundlewatch * Fix node-sass issue for rgba() function bug * More bundlewatch * One more time after merge * Add callout for a11y * Hover and focus-visible * Add a11y callouts * Remove duplicate for now * More code review feedback