article a { /* Blue links */
  color: #0052CC !important;
  text-decoration: none;
}
article a:hover { /* Matching Atlassian style with links */
  color: #2684FF !important;
  text-decoration: underline;
}