summaryrefslogtreecommitdiff
path: root/src/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.scss')
-rw-r--r--src/main.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.scss b/src/main.scss
index b4f8681..4eb6fb7 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -128,6 +128,13 @@ body.index {
}
}
}
+ a.external {
+ background-position: center right;
+ background-repeat: no-repeat;
+ background-image: url(External.svg);
+ background-size: 12px 12px;
+ padding-right: 13px;
+ }
}
}