Skip to content

Commit 4fdaa57

Browse files
Make next/prev pagination colors more obvious when links enabled/disabled
1 parent d9ebfb9 commit 4fdaa57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/_scss/_navigation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
font-weight: bold;
130130
text-align: center;
131131
text-decoration: none;
132-
color: mix(#fff, $gray, 25%);
132+
color: darken($gray, 7.5%);
133133
border: 1px solid $light-gray;
134134
border-radius: $border-radius;
135135

0 commit comments

Comments
 (0)