/* * A * Base A/Anchor Seettings * * Dependencies: * styles/settings/colors.scss * * Version: * 1.0.0 - 2018/02/23 */ a { text-decoration: none; color: $s-color--links } a:hover { text-decoration: underline; color: $s-color--links-hover; }