added cactus theme files

This commit is contained in:
2022-07-31 17:32:45 -07:00
parent 1c054014c6
commit b32268d438
142 changed files with 17322 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
.pagination {
display: inline-block;
margin-top: 2rem;
width: 100%;
text-align: center;
.page-number {
color: $color-text;
font-size: .8rem;
}
a {
padding: 4px 6px;
border-radius: 5px;
// background-color: $color-accent-1
background-image: none;
color: $color-text;
text-decoration: none;
}
a:hover {
background-image: none;
}
a:hover:not(.active) {
color: $color-accent-2;
}
}