0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 04:32:38 +00:00

Add styling to page links

This commit is contained in:
G.Ambatte
2024-07-22 19:07:58 +12:00
parent c269d32247
commit effeffd906
2 changed files with 13 additions and 7 deletions

View File

@@ -25,6 +25,9 @@
&:hover {
text-decoration: underline;
}
&.pageLink {
font-weight: 900;
}
}
}
}