Skip to content

Commit 5da380f

Browse files
author
jordanmccullough
committed
Add external link style for alt. protocols
1 parent 12e2681 commit 5da380f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_stylesheets/workbook.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919

2020
.workbook{
2121
/* General external link */
22-
a[href^="http://"] {
22+
a[href^="http://"],
23+
a[href^="https://"] {
2324
@include octicon-link("\f0b6");
2425
}
2526

0 commit comments

Comments
 (0)