UNPKG

@atlassian/aui

Version:

Atlassian User Interface Framework

28 lines (25 loc) 399 B
/*!! * @atlassian/aui - Atlassian User Interface Framework * @version v8.0.0-alpha.1 * @link https://aui.atlassian.com * @license SEE LICENSE IN LICENSE.md * @author Atlassian Pty Ltd. */ /** * LINK */ a { color: #0052CC; text-decoration: none; } a:hover { color: #0065FF; text-decoration: underline; } a:focus, a:active { text-decoration: none; } a:active { color: #0747A6; }