diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2021-09-14 00:13:31 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2021-09-14 00:13:31 +0200 |
commit | ed2f03c59d650e7fd00f081d7991b374d91b7aa6 (patch) | |
tree | eb67b18dcad82dddf2a2c17780a07b463ae97529 /static | |
parent | 71b1d8b8713790971881e0076f90d5f743797ec7 (diff) |
Handle translations and additional menu items
Diffstat (limited to 'static')
-rw-r--r-- | static/css/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css index e265378..698a182 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -27,7 +27,8 @@ h3 a:hover { } footer.post-info, -footer.copyright { +footer.copyright, +#content .translations { font-size: 0.8em; color: #595959; } @@ -71,7 +72,8 @@ pre { } footer.post-info, - footer.copyright { + footer.copyright, + #content .translations { color: #b0b0b0; } |