Remove sidebar link underlining

This commit is contained in:
Joel Collins 2020-03-01 22:39:56 +00:00
parent c62dffbb02
commit 603c7746ce

View file

@ -85,7 +85,8 @@ export default {
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.tabtitle a :hover { a:hover,
text-decoration: none; .uk-link:hover {
text-decoration: none !important;
} }
</style> </style>