stacker.news/components/footer.module.css
Ben Allen 5fa7fd9a83
Bottom nav uses fixed position to fix firefox bug (#1011)
* use fixed position + div placeholder

* hide footer padding when not shown

* account for mobile inset

---------

Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
Co-authored-by: keyan <keyan.kousha+huumn@gmail.com>
2024-04-04 18:50:52 -05:00

29 lines
428 B
CSS

.connect {
display: flex;
align-items: center;
width: 100%;
max-width: 500px;
opacity: 0.7;
}
.connect:hover {
opacity: 1;
}
.contrastLink {
color: var(--bs-body-color);
}
.contrastLink:hover {
color: var(--bs-body-color);
}
.contrastLink svg {
fill: var(--bs-body-color);
}
.version {
margin: auto;
font-size: 75%;
margin-top: .15rem;
color: var(--theme-grey) !important;
}