10 $vibrant-green: #76c551;
16 $list-highlight: #FFFFC0;
17 $border: 1px solid $grey;
20 $link-hover-color: #24d;
21 $link-decoration: none;
22 $link-hover-decoration: underline;
24 $table-striped-bg: $offwhite;
26 $enable-negative-margins: true;
28 // Workaround for a dartsass bug with bootstrap 5.1
29 // This can be removed after upgrading to bootstrap 5.2
30 // This copies definitions straight from bootstrap, but uses the sass-native
31 // version of the subtract function.
33 $border-radius: .35rem;
34 $card-border-radius: $border-radius;
35 $card-border-width: $border-width;
36 $card-inner-border-radius: subtract($card-border-radius, $card-border-width);