Improve links in texts

This commit is contained in:
Chocobozzz 2019-10-24 13:16:59 +02:00
parent 9119b24095
commit e661be43a9
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -90,6 +90,16 @@ main {
border-left: 0.3em solid transparent;
}
a {
color: #000;
font-weight: $font-semibold;
border-bottom: 3px solid $orange;
&:hover {
text-decoration: none;
}
}
.jpt-button {
@include disable-default-a-behaviour;