diff options
author | Julio Capote <jcapote@gmail.com> | 2018-11-07 02:08:51 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2018-11-07 02:08:51 +0000 |
commit | ae9ac85b6e4912ad975ffea8b9016d715aac6d0f (patch) | |
tree | 53b784f5c420ca90bc26f547efedd23385a92274 /themes/even/src/css/_partial/_pagination.scss | |
parent | b64347d950034689e3ec767e861d479a10585101 (diff) | |
download | capotej.com-ae9ac85b6e4912ad975ffea8b9016d715aac6d0f.tar.gz |
eliminate all serif font
Diffstat (limited to '')
-rw-r--r-- | themes/even/src/css/_partial/_pagination.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/even/src/css/_partial/_pagination.scss b/themes/even/src/css/_partial/_pagination.scss index c58f8db..6bbdb06 100644 --- a/themes/even/src/css/_partial/_pagination.scss +++ b/themes/even/src/css/_partial/_pagination.scss @@ -10,7 +10,7 @@ .next { font-weight: 600; font-size: $pagination-font-size; - font-family: $global-serif-font-family; + font-family: $global-font-family; transition-property: transform; transition-timing-function: ease-out; transition-duration: 0.3s; @@ -21,7 +21,7 @@ &:hover { color: $theme-color; - transform: translateX(-4px); + transform: translateX(-4px); } } @@ -30,7 +30,7 @@ &:hover { color: $theme-color; - transform: translateX(4px); + transform: translateX(4px); } } -}
\ No newline at end of file +} |