芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/media.4/vendor/bootstrap/scss/helpers/_colored-links.scss
@each $color, $value in $theme-colors { .link-#{$color} { color: $value; @if $link-shade-percentage != 0 { &:hover, &:focus { color: if(color-contrast($value) == $color-contrast-light, shade-color($value, $link-shade-percentage), tint-color($value, $link-shade-percentage)); } } } }