summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-11-29 19:32:52 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-11-29 19:32:52 +0900
commitc8f3d2bfab1d1fe2ce446032d0e700d1c7d074ac (patch)
tree40e603c8cf8a13d66cf21ee2cbdb241ec034d0a1
parentbb53c22b82fe5b434e605ac28cef2ba502b7d6d5 (diff)
update link indicator
-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 @@
.container a:after {
font-size: .75em;
font-family: 'Font Awesome 5 Free';
+ content: " \f0c1";
+ font-weight: 900;
+}
+
+.container a.external:after {
+ font-size: .75em;
+ font-family: 'Font Awesome 5 Free';
content: " \f35d";
font-weight: 900;
}