HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //var/www/test.kaunokolegija.lt/kk_wp_content/plugins/assets/less/shortcodes/vc_custom_heading.less
// CUSTOM HEADING STYLES
// ------------

.vc_custom_heading {
  a,
  a:hover,
  a:focus,
  a:visited {
    border: none;
    text-decoration: inherit;
    color: inherit;
  }
  a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
    &:hover {
      opacity: .85;
    }
  }
}