Skip to content

Commit

Permalink
make anchor use sbanken font-weighting
Browse files Browse the repository at this point in the history
  • Loading branch information
joakbjerk committed Apr 26, 2023
1 parent 2e4af6e commit 877b051
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@use '../anchor-mixins.scss';

.dnb-anchor {
font-weight: var(--font-weight-medium);
// Has to use --sb-font-weight-bold to get correct weighting as --sb-font-weight-medium does nothing at the moment
font-weight: var(--sb-font-weight-bold);
color: var(--sb-color-gray-dark-3);
text-decoration-color: var(--sb-color-green-dark);

Expand Down

0 comments on commit 877b051

Please sign in to comment.