corrected links background

This commit is contained in:
newick 2019-08-13 11:19:34 +02:00
parent 58835864d3
commit fcc770f82d
1 changed files with 3 additions and 1 deletions

View File

@ -21,10 +21,12 @@ a {
&.next::before,
&.prev::after {
position: absolute;
bottom: 0.7rem;
top: 0;
bottom: 0;
display: block;
width: 100%;
height: 0.6rem;
margin: auto;
background-color: $primary_color;
z-index: -1;
}