summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-01-18 10:23:13 +0100
committerCanop <cano.petrole@gmail.com>2023-01-18 10:23:13 +0100
commitf4eabe940158cc55191c4717f5674bb9e83d17e9 (patch)
treec7f1a8a0deeafb75f618f3de85622e750a6966c2
parent84e9b6bd7f0f3049982970e3eb7de3ca42e72996 (diff)
favicon
-rw-r--r--website/broot_theme/css/base.css4
-rw-r--r--website/broot_theme/img/favicon.icobin1150 -> 15086 bytes
-rw-r--r--website/broot_theme/img/favicon.pngbin0 -> 6032 bytes
3 files changed, 2 insertions, 2 deletions
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
--- a/website/broot_theme/img/favicon.ico
+++ b/website/broot_theme/img/favicon.ico
Binary files differ
diff --git a/website/broot_theme/img/favicon.png b/website/broot_theme/img/favicon.png
new file mode 100644
index 0000000..df6c789
--- /dev/null
+++ b/website/broot_theme/img/favicon.png
Binary files differ