mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-13 00:05:49 +00:00
13 lines
212 B
SCSS
13 lines
212 B
SCSS
/* Language selector (the one in the footer) -------------------------------- */
|
|
|
|
.language-selector {
|
|
.nav-link {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.nav-link.active {
|
|
color: $black;
|
|
font-weight: bold;
|
|
}
|
|
}
|