Change background image to AVIF
This commit is contained in:
parent
ba1603b912
commit
00d6bce6a3
Binary file not shown.
|
@ -32,17 +32,23 @@ li {
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: 'Share Tech Mono', monospace;
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 18px;
|
||||||
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-family: 'Share Tech Mono', monospace;
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
font-weight: bold;;
|
||||||
|
font-size: 18px;
|
||||||
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
/* Text based stuffs */
|
/* Text based stuffs */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: url("/img/bg.jpg");
|
background-image: url("/img/bg_avif.avif"); /* May add a fallback to the previous jpeg variant in the future. */
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|
Loading…
Reference in New Issue