Skip to content

Commit 0297b89

Browse files
committed
fix pagenav styling
1 parent d7c27f9 commit 0297b89

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

site/lib/_sass/components/_pagenav.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,13 @@
136136

137137
padding: 0;
138138
font-weight: 400;
139+
text-decoration: none;
139140
color: var(--site-base-fgColor);
140141

142+
&:hover {
143+
color: var(--site-link-fgColor);
144+
}
145+
141146
&.active .page-number {
142147
background-color: var(--site-primary-color);
143148
color: var(--site-onPrimary-color-lightest);
@@ -168,7 +173,7 @@
168173
width: 25px;
169174
height: 25px;
170175
border-radius: 50%;
171-
background: var(--site-raised-bgColor);
176+
background: var(--site-inset-borderColor);
172177
color: var(--site-base-fgColor);
173178
display: inline-flex;
174179
align-items: center;

site/lib/src/style_hash.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// dart format off
33

44
/// The generated hash of the `main.css` file.
5-
const generatedStylesHash = 'MGuX2wOew92p';
5+
const generatedStylesHash = 'NlvynImiBnq3';

0 commit comments

Comments
 (0)