diff --git a/static/static/img/badges/anonymous-access.svg b/static/static/img/badges/anonymous-access.svg index 94935b3..2540db9 100644 --- a/static/static/img/badges/anonymous-access.svg +++ b/static/static/img/badges/anonymous-access.svg @@ -1,61 +1 @@ - -image/svg+xml \ No newline at end of file + diff --git a/static/static/img/badges/backup.svg b/static/static/img/badges/backup.svg index b3f79d3..36c3ace 100644 --- a/static/static/img/badges/backup.svg +++ b/static/static/img/badges/backup.svg @@ -1,76 +1 @@ - -image/svg+xml \ No newline at end of file + diff --git a/static/static/img/badges/encrypted-data-storage.svg b/static/static/img/badges/encrypted-data-storage.svg index 589972c..30fb594 100644 --- a/static/static/img/badges/encrypted-data-storage.svg +++ b/static/static/img/badges/encrypted-data-storage.svg @@ -1,63 +1 @@ - -image/svg+xml \ No newline at end of file + diff --git a/static/static/img/badges/logging.svg b/static/static/img/badges/logging.svg index 31817d5..9107f4c 100644 --- a/static/static/img/badges/logging.svg +++ b/static/static/img/badges/logging.svg @@ -1,162 +1 @@ - -image/svg+xml \ No newline at end of file + diff --git a/static/static/img/badges/secure-connection.svg b/static/static/img/badges/secure-connection.svg index 9c200a5..f3cfbb4 100644 --- a/static/static/img/badges/secure-connection.svg +++ b/static/static/img/badges/secure-connection.svg @@ -1,63 +1 @@ - - - - - - image/svg+xml - - - - - - - - - - - + diff --git a/static/static/img/badges/stable.svg b/static/static/img/badges/stable.svg index bb05433..cdd17d8 100644 --- a/static/static/img/badges/stable.svg +++ b/static/static/img/badges/stable.svg @@ -1,46 +1 @@ - -image/svg+xml \ No newline at end of file + diff --git a/static/static/img/badges/zero-knowledge.svg b/static/static/img/badges/zero-knowledge.svg index f0f777e..cab1547 100644 --- a/static/static/img/badges/zero-knowledge.svg +++ b/static/static/img/badges/zero-knowledge.svg @@ -1,62 +1 @@ - - - - - - image/svg+xml - - - - - - - - - - - + diff --git a/themes/datacoop2020/assets/static/css/style.scss b/themes/datacoop2020/assets/static/css/style.scss index e1fb7d8..0f6e57e 100644 --- a/themes/datacoop2020/assets/static/css/style.scss +++ b/themes/datacoop2020/assets/static/css/style.scss @@ -207,6 +207,7 @@ aside > footer img:hover { .badge-icon { width: 30px; height: auto; + svg{fill:#4b3aba;} } dl.dl-services { diff --git a/themes/datacoop2020/layouts/partials/badges.html b/themes/datacoop2020/layouts/partials/badges.html index 5364f24..134a34f 100644 --- a/themes/datacoop2020/layouts/partials/badges.html +++ b/themes/datacoop2020/layouts/partials/badges.html @@ -4,7 +4,10 @@

{{ title .name }} - + + {{$svg := printf "static/static/img/badges/%s" .icon}} + {{ $svg | readFile | safeHTML }} +

{{ markdownify .description }}