Hello,
I want to use the following style on Hyperlinks but nowhere else, not in Navbar, Buttons, Icons or Images or Blog Titles.
a {
text-decoration:none;
border-bottom: 1px solid #0D5D78 ;
box-shadow: inset 0 -4px 0 #0D5D78 ;
color: #000000;
transition: background 0.1s cubic-bezier(.33,.66,.66,1);
}
When it works, it will look something like this:
Can you please tell me what X object I need to attribute this to in my custom CSS?
Thank you in advance.