Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rz3n/hugo-theme-freshstart.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Franzen <rfranzen@gmail.com>2020-08-15 17:01:32 +0300
committerRicardo Franzen <rfranzen@gmail.com>2020-08-15 17:01:32 +0300
commite925796d780cccdf3c447c1d2afa6ba381806036 (patch)
tree26cde80327e211a5a5fb3d8b7a985d4e8bebf0df
parent40e0a5e9aa2f539c52435c11e8472e71aa5da8d7 (diff)
converting background from jpg to webp
-rw-r--r--static/css/main.css2
-rw-r--r--static/images/bg.jpgbin351657 -> 0 bytes
-rw-r--r--static/images/bg.webpbin0 -> 113572 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 4a51bc0..4a38ccf 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -9,7 +9,7 @@
}
body {
- background: url(/images/bg.jpg) top fixed no-repeat;
+ background: url(/images/bg.webp) top fixed no-repeat;
background-size: cover;
content-visibility: auto;
font-size: 16px;
diff --git a/static/images/bg.jpg b/static/images/bg.jpg
deleted file mode 100644
index f5fe679..0000000
--- a/static/images/bg.jpg
+++ /dev/null
Binary files differ
diff --git a/static/images/bg.webp b/static/images/bg.webp
new file mode 100644
index 0000000..f3f083f
--- /dev/null
+++ b/static/images/bg.webp
Binary files differ