From 8dbea3731f836d0332096adb921310fc78bf385d Mon Sep 17 00:00:00 2001 From: r Date: Tue, 22 Sep 2020 16:22:58 +0000 Subject: Make navigation links more prominent --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index db2ae1b..501bf45 100644 --- a/static/style.css +++ b/static/style.css @@ -132,11 +132,12 @@ } .pagination { - margin: 4px; + margin: 4px 4px 12px 4px; } .pagination a { margin: 0 8px; + font-size: 13pt; } .notification-container { -- cgit v1.2.3