OwlCyberSecurity - MANAGER
Edit File: _text-color.scss
@each $textColorsMap, $value in $textColorsMap { .text-#{$textColorsMap} { color: #{$value} !important; } } .text-inherit { color: inherit; &:hover { color: $theme-color; } } a.text-theme, .text-reset { &:hover { text-decoration: underline; } }