mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
Make CSS load WebP image
This commit is contained in:
parent
40b685ad7f
commit
97e43c1a01
1 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
||||||
body {
|
body {
|
||||||
background-image: url("/static/bg.png");
|
background-image: url("/static/bg.webp");
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.current-page-btn {
|
.current-page-btn {
|
||||||
color: blue;
|
color: blue;
|
||||||
border: 1px blue solid;
|
border: 1px blue solid;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue