pagination current colors

This commit is contained in:
Mariu 2022-03-25 12:54:07 +01:00
parent 3b09c88e60
commit 427fb402ef
3 changed files with 16 additions and 1 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;