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, &.next::before,
&.prev::after { &.prev::after {
position: absolute; position: absolute;
bottom: 0.7rem; top: 0;
bottom: 0;
display: block; display: block;
width: 100%; width: 100%;
height: 0.6rem; height: 0.6rem;
margin: auto;
background-color: $primary_color; background-color: $primary_color;
z-index: -1; z-index: -1;
} }