Update main.scss
This commit is contained in:
parent
3ef7f273f6
commit
accd2d3474
1 changed files with 9 additions and 0 deletions
|
@ -145,6 +145,15 @@ p.by-line-post {
|
|||
|
||||
}
|
||||
|
||||
.page-item {
|
||||
background-color: var(--license-color);
|
||||
color: var(--footer-bg-color);
|
||||
}
|
||||
|
||||
.pagination a:hover {
|
||||
background-color: var(--nav-bg-color);;
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: var(--footer-bg-color);
|
||||
color: var(--nav-text-color);
|
||||
|
|
Loading…
Reference in a new issue