Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Academicicons are very strangely underlined #185

Closed
ulbrichdennis opened this issue Aug 8, 2024 · 2 comments
Closed

Academicicons are very strangely underlined #185

ulbrichdennis opened this issue Aug 8, 2024 · 2 comments

Comments

@ulbrichdennis
Copy link

ulbrichdennis commented Aug 8, 2024

Hi,

I am using tufte-css for my
website.

On my page called "Home" (at its end), I am using Academicicons to link to my arXiv profiles etc.

Unfortunately, the icons are very strangely underlined and I have tried a lot and also did a lot of google searches.

The usual answer there is to do

a:link{
text-decoration: none !important;
}

but this does not work.

Therefore, I think that maybe my problem has something to do with the specific design of tufte-css.

Did you experience something similar and maybe have an idea how to overcome this issue?

Best!

@torkar
Copy link

torkar commented Aug 8, 2024

I don't have underlined icons on my page (at the top): www.torkar.se

I use this:
<a class="no-tufte-underline" href="https://scholar.google.se/citations?hl=en&user=yNR3XUMAAAAJ&view_op=list_works&sortby=pubdate" style="border:0;"> <img src="img/scholar.png" alt="Google Scholar" style="width:22px;height:22px;border:0;"></a>

@ulbrichdennis
Copy link
Author

@torkar I don't know why but it works! Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants