mirror of
https://github.com/electricalice/Ao3-dyslexia.git
synced 2026-03-11 08:55:26 +00:00
pagination current colors
This commit is contained in:
parent
3b09c88e60
commit
427fb402ef
3 changed files with 16 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue