aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index 296a7bff..46aa59a8 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -1,6 +1,13 @@
1.container a:after { 1.container a:after {
2 font-size: .75em; 2 font-size: .75em;
3 font-family: 'Font Awesome 5 Free'; 3 font-family: 'Font Awesome 5 Free';
4 content: " \f0c1";
5 font-weight: 900;
6}
7
8.container a.external:after {
9 font-size: .75em;
10 font-family: 'Font Awesome 5 Free';
4 content: " \f35d"; 11 content: " \f35d";
5 font-weight: 900; 12 font-weight: 900;
6} 13}