aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css
index 7e32f2be..3bacbea4 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -1,3 +1,14 @@
1a.link:after {
2 font-size: .75em;
3 font-family: 'Font Awesome 5 Free';
4 content: " \f35d";
5 font-weight: 900;
6}
7
8a.link {
9 color: #3355FF; /* contrast for near white bg */
10}
11
1.static-top { 12.static-top {
2 position: fixed; 13 position: fixed;
3 top: 0; 14 top: 0;
@@ -196,7 +207,8 @@ body .banner {
196 padding-bottom: 20px; } 207 padding-bottom: 20px; }
197 208
198#body_content .banner a { 209#body_content .banner a {
199 color: white; } 210 color: white;
211}
200 212
201.lang-slector { 213.lang-slector {
202 float: right; 214 float: right;