Styles for the Hugo internal pagination controls
This commit is contained in:
parent
cac32298b8
commit
47cc68482f
1 changed files with 25 additions and 0 deletions
25
assets/styles/root/050_pagination.css
Normal file
25
assets/styles/root/050_pagination.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
ul.pagination {
|
||||
display: flex;
|
||||
margin-inline: 0;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
ul.pagination > li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.page-item.active a {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.page-item.active a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.page-item.disabled a {
|
||||
color: rgb(var(--mid-gray));
|
||||
}
|
||||
|
||||
.page-item.disabled a:hover {
|
||||
text-decoration: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue