From f4eabe940158cc55191c4717f5674bb9e83d17e9 Mon Sep 17 00:00:00 2001 From: Canop Date: Wed, 18 Jan 2023 10:23:13 +0100 Subject: favicon --- website/broot_theme/css/base.css | 4 ++-- website/broot_theme/img/favicon.ico | Bin 1150 -> 15086 bytes website/broot_theme/img/favicon.png | Bin 0 -> 6032 bytes 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 website/broot_theme/img/favicon.png diff --git a/website/broot_theme/css/base.css b/website/broot_theme/css/base.css index 690abee..e9253b8 100644 --- a/website/broot_theme/css/base.css +++ b/website/broot_theme/css/base.css @@ -15,8 +15,8 @@ body { background-image: linear-gradient(to right, rgba(255,255,255,0.8) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 90%, rgba(255,255,255,0.8) 100%), url("../img/cows.jpg"); - background-position: repeat; - background-size: initial; + background-position: center; + background-size: cover; background-attachment: fixed; } } diff --git a/website/broot_theme/img/favicon.ico b/website/broot_theme/img/favicon.ico index e85006a..302b32a 100644 Binary files a/website/broot_theme/img/favicon.ico and b/website/broot_theme/img/favicon.ico differ diff --git a/website/broot_theme/img/favicon.png b/website/broot_theme/img/favicon.png new file mode 100644 index 0000000..df6c789 Binary files /dev/null and b/website/broot_theme/img/favicon.png differ -- cgit v1.2.3