mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 06:47:41 -07:00
Blue navbar (#833)
Part of the identity. Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/833 Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
This commit is contained in:
parent
93003332aa
commit
3c1f8948e5
1 changed files with 14 additions and 5 deletions
|
|
@ -20,6 +20,19 @@
|
|||
--admonition-icon-dimension: 20px;
|
||||
|
||||
--pagefind-ui-text: var(--bs-link-color) !important;
|
||||
|
||||
--color-nav-bg: #2185d0;
|
||||
}
|
||||
|
||||
.sidebar,
|
||||
.navbar-brand {
|
||||
--bs-sidebar-brand-color: var(--bs-white);
|
||||
--bs-navbar-brand-color: var(--bs-white);
|
||||
}
|
||||
|
||||
.btn-close {
|
||||
filter: var(--bs-btn-close-white-filter);
|
||||
--bs-btn-close-opacity: 1;
|
||||
}
|
||||
|
||||
.content :not(img, pre) {
|
||||
|
|
@ -218,6 +231,7 @@ a.show-on-focus:focus {
|
|||
.docs-navbar {
|
||||
min-height: 55px;
|
||||
border-bottom: var(--bs-border-width) solid var(--bs-content-border-color);
|
||||
background-color: var(--color-nav-bg);
|
||||
}
|
||||
|
||||
.filter-docs {
|
||||
|
|
@ -238,11 +252,6 @@ a.show-on-focus:focus {
|
|||
color: hsla(var(--bs-emphasis-color-hsl), 0.9);
|
||||
}
|
||||
|
||||
[data-bs-theme='light'] .sidebar-brand img,
|
||||
[data-bs-theme='light'] .navbar-brand img {
|
||||
content: url(https://design.codeberg.org/logo-kit/icon.svg);
|
||||
}
|
||||
|
||||
.alert-heading {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue