Adjust custom color

This commit is contained in:
Alexandre Vicenzi 2020-05-25 23:04:57 +02:00
parent 2451347ebc
commit e194089121
3 changed files with 20 additions and 2 deletions

View file

@ -8,6 +8,20 @@
border-color: {{ . }};
}
.pagination li a {
color: {{ . }};
border: 1px solid {{ . }};
}
.pagination li.active a {
background-color: {{ . }};
}
.pagination li a:hover {
background-color: {{ . }};
opacity: 0.75;
}
footer a,
.content a,
.related-posts li a:hover {