feat: add footer menu, change paginator design
This commit is contained in:
@@ -46,9 +46,10 @@
|
||||
color: $primary-color;
|
||||
}
|
||||
|
||||
&.current a {
|
||||
background: lighten($primary-color, 20%);
|
||||
color: $secondary-color;
|
||||
&.current a, a:hover {
|
||||
background: var(--bs-primary);
|
||||
color: var(--bs-yellow);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a {
|
||||
@@ -57,16 +58,10 @@
|
||||
height: 2.5rem;
|
||||
line-height: 2.5rem;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
background: $primary-color;
|
||||
color: $secondary-color;
|
||||
font-weight: bold;
|
||||
border-radius: 0.5rem;
|
||||
background: transparent;
|
||||
text-decoration: none;
|
||||
transition: background 0.3s ease-in-out;
|
||||
|
||||
&:hover {
|
||||
background: lighten($primary-color, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user