diff --git a/src/sass/general.scss b/src/sass/general.scss index c8ddd0b..171780c 100644 --- a/src/sass/general.scss +++ b/src/sass/general.scss @@ -168,6 +168,12 @@ input[type="file"] { } } +.page-link { + &:focus { + box-shadow: 0 0 0 0.2rem $primaryTransparency !important; + } +} + .page-item.active .page-link { z-index: 1; color: #fff;