fix broken background image urls

this fixes the onion background on the footers of several websites, as well as
the browser window preview at https://www.torproject.org/download/
This commit is contained in:
Jérôme Charaoui 2023-09-07 16:26:34 -04:00
parent 213bd0bc75
commit 803e1f51ff
No known key found for this signature in database
GPG Key ID: 69C52F658E988542

View File

@ -49,13 +49,13 @@ main{
}
.window-bg {
background-image: url("images/tb85/tb85@2x.png");
background-image: url("../images/tb85/tb85@2x.png");
background-repeat: no-repeat;
background-size: cover;
}
.onion-bg{
background: url("images/circle-pattern.png");
background: url("../images/circle-pattern.png");
background-color: rgba(0, 0, 0, 0);
background-position-x: -85%;
background-repeat: no-repeat;