aboutsummaryrefslogtreecommitdiff
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)
downloadwww-c8f3d2bfab1d1fe2ce446032d0e700d1c7d074ac.tar.gz
www-c8f3d2bfab1d1fe2ce446032d0e700d1c7d074ac.zip
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 @@
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}