styling changes and removed footer from /pokemon

This commit is contained in:
zach
2026-02-27 15:20:55 -05:00
parent ff0ddb2278
commit ef656b2f6f
7 changed files with 11 additions and 31 deletions

View File

@@ -373,27 +373,6 @@ $tiers: (
}
}
/* --------------------------------------------------
Navbar Dark Overrides
-------------------------------------------------- */
.navbar-dark .nav-item .nav-link {
color: #fff;
&:hover {
background-color: rgba(255, 255, 255, 0.1);
border-radius: 0.25rem;
transition: 0.3s;
}
}
/* --------------------------------------------------
FontAwesome List Icons
-------------------------------------------------- */
.fa-li {
position: relative;
left: 0;
}
/* --------------------------------------------------
Circles (Header, Buttons, etc.)
-------------------------------------------------- */
@@ -459,8 +438,7 @@ $tiers: (
.btn.btn-warning:hover>span, .btn.btn-warning:hover>svg.nav-icon {
fill: var(--bs-warning-bg-subtle);
stroke: var(--bs-warning-bg-subtle);
color: var(--bs-warning-border-subtle);
font-weight: 700;
color: var(--bs-warning-border-subtle);
}
.btn-outline-success svg.nav-icon {
@@ -472,5 +450,4 @@ $tiers: (
fill: var(--bs-success-border-subtle);
stroke: var(--bs-success-border-subtle);
color: var(--bs-success-border-subtle);
font-weight: 700;
}