Skip to content

Updated to latest UI bundle

Adrian Kosmaczewski requested to merge hackday into master

The latest UI bundle includes this rule for links opening new windows:

a[target=_blank]::after {
  content: "\00a0🔗";
}

Merge request reports