Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-06-23 00:58:42 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-06-23 00:58:42 +0300
commitfcd5890ffa1714a8abf771efcd6f24dadd6b4375 (patch)
tree33f8d271b86d09b17c0ec95171d6712dadd294c0 /_layouts
parenta245d672a335eaf1dee0b86313488a61491957ba (diff)
Fixed author overlay
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/authors.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/authors.html b/_layouts/authors.html
index ecae03b..384fe4c 100644
--- a/_layouts/authors.html
+++ b/_layouts/authors.html
@@ -29,7 +29,7 @@ class: wide
{% endif %}
{% endif %}
</div>
- <div class="author__content">
+ <div class="author__content" style="background-color:rgba(255,255,255,0.7);">
{% if author[1].home %}
<a href="{{ author_link }}"><h3 class="author__name" itemprop="name">{{ author[1].name }}</h3></a>
{% else %}