diff --git a/_config.yml b/_config.yml index 42bda3d2..c25ce8b2 100644 --- a/_config.yml +++ b/_config.yml @@ -23,7 +23,7 @@ author: # -------------------- permalink: /:title/ -paginate: 10 +paginate: 15 paginate_path: "/page/:num" category_dir: "/" category_title_prefix: "" diff --git a/_src/assets/styl/buttons.styl b/_src/assets/styl/buttons.styl index 5634b32a..26f1b9bd 100644 --- a/_src/assets/styl/buttons.styl +++ b/_src/assets/styl/buttons.styl @@ -43,6 +43,7 @@ button &:hover, &:focus + outline: 0 background-color: rgba(255,255,255,.5) &:active @@ -173,3 +174,4 @@ button background: $link-color-hover color: #fff cursor: pointer + outline: 0 diff --git a/_src/assets/styl/navigation.styl b/_src/assets/styl/navigation.styl index a8796d68..e531db0d 100644 --- a/_src/assets/styl/navigation.styl +++ b/_src/assets/styl/navigation.styl @@ -16,6 +16,9 @@ right: 0 top: 0 + &:focus + outline: 0 + &:hover:before color: $link-color diff --git a/_src/assets/styl/typography.styl b/_src/assets/styl/typography.styl index ac67a5c4..d956487c 100644 --- a/_src/assets/styl/typography.styl +++ b/_src/assets/styl/typography.styl @@ -85,11 +85,11 @@ h6, .h6 a color: $link-color text-decoration: none - outline: 0 transition: color .2s ease-in-out &:hover, &:focus + outline: 0 color: $link-color-hover &:active