1
0
Fork 0
codeberg-forgejo/web_src/css/themes/codeberg/base-brand.css

22 lines
537 B
CSS

.following.bar, #navbar {
/* Change navbar color scheme to match Codeberg's brand */
background-color: var(--color-primary);
border-bottom: none !important;
}
#navbar > a.item, #navbar .item {
/* Use white text for navbar buttons */
color: #fff;
}
#navbar-expand-toggle {
/* Fix contrast for the mobile menu button */
--color-light-border: rgba(255,255,255,0.5);
--color-text-light: #fff;
}
* {
/* Revert changes to browser scrollbar */
scrollbar-width: initial;
scrollbar-color: initial;
}