Добавлено автоверсионирование SemVer и версия v0.1.1 в футере.

This commit is contained in:
Sergey Antropoff
2026-07-27 22:49:36 +03:00
parent 0a0ae1f1e6
commit be337c0d40
14 changed files with 327 additions and 51 deletions
+18
View File
@@ -886,6 +886,24 @@ html[data-theme="light"] .footer-pillars li {
margin: 0.85rem 0 0;
font-size: 0.8rem;
color: var(--muted);
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
flex-wrap: wrap;
}
.footer-copy-left {
min-width: 0;
}
.footer-copy-version {
margin-left: auto;
font-family: var(--font-mono);
font-size: 0.72rem;
font-weight: 500;
letter-spacing: 0.02em;
color: var(--muted);
opacity: 0.9;
white-space: nowrap;
}
.footer-copy a {
color: var(--accent-2);