mod: исправления для v0.2.1
All checks were successful
Build ETPGRF-site / build (push) Successful in 1m43s

This commit is contained in:
2026-01-31 01:55:40 +03:00
parent 4791b9ed16
commit 8a5be30e84
2 changed files with 15 additions and 15 deletions

View File

@@ -176,7 +176,7 @@ body {
}
/* Футер */
.footer {
footer.footer {
flex-shrink: 0;
padding: 1rem 0;
margin-top: 2rem;
@@ -185,6 +185,15 @@ body {
color: var(--bs-navbar-color);
font-size: 0.9rem;
}
footer.footer a {
color: var(--bs-primary);
text-decoration: none;
border-bottom: 1px dotted var(--bs-primary);
}
footer.footer a:hover {
border-bottom-style: solid;
color: var(--bs-link-hover-color);
}
/* === ПЕРЕОПРЕДЕЛЕНИЕ КОМПОНЕНТОВ BOOTSTRAP === */