feat(ui): add brand identity and police record
giteabot / giteabot (push) Canceled after 0s
giteabot backport / giteabot (push) Canceled after 0s
release-nightly-snapcraft / build-and-publish (push) Canceled after 0s
release-nightly / nightly-binary (push) Canceled after 0s
release-nightly / nightly-container (push) Canceled after 0s

Assisted-by: Codex: GPT-5
This commit is contained in:
2026-08-18 13:24:34 +08:00
parent 3a3bf9468a
commit a3957a415e
5 changed files with 54 additions and 0 deletions
+35
View File
@@ -166,3 +166,38 @@ h4.ui.header .sub.header {
padding: 0.5em 0.75em !important;
color: var(--color-text) !important;
}
#navbar-logo {
gap: 10px;
}
#navbar-logo .navbar-brand-copy {
display: inline-flex;
flex-direction: column;
line-height: 1;
}
#navbar-logo .navbar-brand-copy strong {
color: #071a50;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.02em;
}
#navbar-logo .navbar-brand-copy small {
margin-top: 5px;
color: #75809a;
font-family: var(--fonts-monospace);
font-size: 8px;
letter-spacing: 0.2em;
white-space: nowrap;
}
@media (max-width: 767.98px) {
#navbar-logo .navbar-brand-copy strong {
font-size: 16px;
}
#navbar-logo .navbar-brand-copy small {
font-size: 7px;
}
}