From c0766814499765235100c83d149817133cdcdb93 Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Sat, 14 May 2022 11:14:49 +0100 Subject: [PATCH] portal: home progress bar colours --- app/portal/static/portal.css | 4 ++++ app/portal/templates/home.html.j2 | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/portal/static/portal.css b/app/portal/static/portal.css index 6fa0e80..3c38233 100644 --- a/app/portal/static/portal.css +++ b/app/portal/static/portal.css @@ -101,6 +101,10 @@ body { box-shadow: 0 0 0 3px rgba(255, 255, 255, .25); } +.bg-onion { + background-color: #7d4698; +} + .btn-onion { background-color: #7d4698; border-color: #7d4698; diff --git a/app/portal/templates/home.html.j2 b/app/portal/templates/home.html.j2 index e265c29..5ad6c30 100644 --- a/app/portal/templates/home.html.j2 +++ b/app/portal/templates/home.html.j2 @@ -55,7 +55,7 @@
Onionification progress:

{{ onionified }}/{{ total_origins }}

-
{{ (onionified / total_origins * 100) | int }}% @@ -72,7 +72,7 @@
Origins with censorship detected:

{{ ooni_blocked }}/{{ total_origins }}

-
{{ (ooni_blocked / total_origins * 100) | int }}%