I try to underline a url. I can't get it to work. So now I will manually insert underline below my url.
How can a make the underline thinner and color it blue?
\documentclass[10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[normalem]{ulem}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
urlcolor=blue,
urlbordercolor=blue,
pdfborderstyle={/S/U/W 1}
}
\urlstyle{same}
\begin{document}
Url: \uline{\url{https://stackexchange.com/}}
\end{document}
This is what I get with the above tex file:

