From 5de559f5adee74ba53235a2aa55e4582b2ba9b6b 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