A user css to display the url when a link is hovered
- Keywords:
This user css is used to display the corresponding url when a link is hovered. This is similar to what chromium/chrome provides when hovering over a link, shown on the bottom left of the page. Add the following to ~/.local/
Customize as needed:
a[href]:hover {
}
}