aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css
index fd5b02ee..282b5e11 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -1,11 +1,11 @@
1a.link: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: " \f35d"; 4 content: " \f35d";
5 font-weight: 900; 5 font-weight: 900;
6} 6}
7 7
8a.link { 8.container a {
9 color: #3355FF; /* contrast for near white bg */ 9 color: #3355FF; /* contrast for near white bg */
10} 10}
11 11