1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Resume page link hover effect.

This commit is contained in:
Cotes Chung
2020-06-17 16:17:03 +08:00
parent b3e6fc56f7
commit b0a35de9c6
3 changed files with 7 additions and 1 deletions

View File

@@ -76,6 +76,9 @@
border: 1px solid var(--btn-paginator-border-color);
font-family: 'Lato', sans-serif;
background-color: var(--button-bg);
&:hover {
background-color: var(--btn-paginator-hover-color)
}
}
&.active {
.page-link {