hedgedoc/frontend/src/components/landing-layout/navigation/header-bar/header-nav-link.module.scss
Tilman Vatteroth 0993372290 fix: replace dark mode hack with bootstrap's own dark mode
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2023-06-04 22:38:50 +02:00

13 lines
232 B
SCSS

/*
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
.link {
border-bottom: 2px solid transparent
}
.active {
border-bottom-color: var(--bs-primary);
}