mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 01:29:45 +00:00
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:
parent
213bd0bc75
commit
803e1f51ff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user