mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 15:44:45 -04:00
13 lines
232 B
SCSS
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);
|
|
}
|