From 427fb402efee36aa07c06791e3344655abcc30f5 Mon Sep 17 00:00:00 2001 From: Mariu Date: Fri, 25 Mar 2022 12:54:07 +0100 Subject: [PATCH] pagination current colors --- dyslexia-dark.css | 5 +++++ dyslexia-sepia.css | 5 +++++ dyslexia.css | 7 ++++++- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/dyslexia-dark.css b/dyslexia-dark.css index fd02f7a..cc14f8d 100644 --- a/dyslexia-dark.css +++ b/dyslexia-dark.css @@ -1812,6 +1812,11 @@ ul.notes, background-color: #43566b; } +#outer .pagination .current { + color: #3aacff; + background: #263343; +} + #footer .heading, #footer a, #footer { /*changes the color of the footer text. Necessary for squidgeworld*/ color: #1c232d; diff --git a/dyslexia-sepia.css b/dyslexia-sepia.css index 3932792..272d512 100644 --- a/dyslexia-sepia.css +++ b/dyslexia-sepia.css @@ -1771,6 +1771,11 @@ span.requested, background-color: #fff9f0; } +#outer .pagination .current { + color: #9e775b; + background: #efe3cd; +} + #footer .heading, #footer a, #footer { /*changes the color of the footer text. Necessary for squidgeworld*/ color: #F4ECD8; diff --git a/dyslexia.css b/dyslexia.css index 57200b6..579be34 100644 --- a/dyslexia.css +++ b/dyslexia.css @@ -1130,7 +1130,7 @@ a.tag, a.tag:visited, a.tag:link { display: inline-block; - padding: 4px 7px; + padding: 3px 7px; margin: 4px 0px; border: 2px solid #4675C0; border-radius: 5px; @@ -1771,6 +1771,11 @@ span.requested, background-color: #e4e4eb; } +#outer .pagination .current { + color: #4675C0; + background: #f2f2f6; +} + #footer .heading, #footer a, #footer { /*changes the color of the footer text. Necessary for squidgeworld*/ color: #f7f7f9;