From 6fbbeff32c893d094c3ab6c9f7592c085770efba Mon Sep 17 00:00:00 2001 From: nymkappa Date: Thu, 7 Jul 2022 14:00:54 +0200 Subject: [PATCH] Set pagination font to monospace --- frontend/src/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 7899d943f..d5e8dde28 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -1046,3 +1046,7 @@ th { box-shadow: -10px -15px 75px rgba(#eba814, 1); transition: 100ms all ease-in; } + +.page-item { + font-family: monospace; +} \ No newline at end of file