forked from nutomic/joinpeertube
Improve links in texts
This commit is contained in:
parent
9119b24095
commit
e661be43a9
1 changed files with 10 additions and 0 deletions
|
@ -90,6 +90,16 @@ main {
|
||||||
border-left: 0.3em solid transparent;
|
border-left: 0.3em solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #000;
|
||||||
|
font-weight: $font-semibold;
|
||||||
|
border-bottom: 3px solid $orange;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.jpt-button {
|
.jpt-button {
|
||||||
@include disable-default-a-behaviour;
|
@include disable-default-a-behaviour;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue