[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/vendor/bootstrap/scss/helpers/ -> _colored-links.scss (source)

   1  @each $color, $value in $theme-colors {
   2    .link-#{$color} {
   3      color: $value;
   4  
   5      @if $link-shade-percentage != 0 {
   6        &:hover,
   7        &:focus {
   8          color: if(color-contrast($value) == $color-contrast-light, shade-color($value, $link-shade-percentage), tint-color($value, $link-shade-percentage));
   9        }
  10      }
  11    }
  12  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer