[gtk-web: 1/2] splash: use solid color
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web: 1/2] splash: use solid color
- Date: Mon, 7 Sep 2020 12:38:09 +0000 (UTC)
commit 4f75424d005a6bd75eb6a2051a051736f2e3a6cd
Author: Jakub Steiner <jimmac gmail com>
Date: Fri Sep 4 18:04:45 2020 +0200
splash: use solid color
- avoid text being illegible while the main jpeg loads
Fixes https://gitlab.gnome.org/Infrastructure/gtk-web/-/issues/57
_pages/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/_pages/index.html b/_pages/index.html
index ad774f2..79b7302 100644
--- a/_pages/index.html
+++ b/_pages/index.html
@@ -88,7 +88,8 @@ news_and_events_list:
{% include header.html %}
{% assign back_img = '/assets/img/wall-gtk-main.jpg' | absolute_url %}
-<section class="d-flex flex-column" id="landing" style="background: url('{{ back_img }}');">
+<section class="d-flex flex-column" id="landing" style="background: #111b27 url('{{ back_img }}');">
+
{% include navbar.html %}
<div class="container d-flex align-items-center py-5">
<div class="row">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]