Improve visibility of links by underlining them.

This commit is contained in:
Jan Böhmer 2022-08-01 00:54:41 +02:00
parent 5f8697626a
commit b8500bcef6

View file

@ -240,9 +240,7 @@ showing the sidebar (on devices with md or higher)
/**************************************** /****************************************
* Bootstrap extensions * Bootstrap extensions
*****************************************/ *****************************************/
a.badge {
/* Dont underline links */
a {
text-decoration: none; text-decoration: none;
} }