mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Add comment about where newtab-image is loaded from
This commit is contained in:
parent
ca39b27d0b
commit
714cd2eab5
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/newtab_background_image.css made available under Mozilla Public License v. 2.0
|
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/newtab_background_image.css made available under Mozilla Public License v. 2.0
|
||||||
See the above repository for updates as well as full license text. */
|
See the above repository for updates as well as full license text. */
|
||||||
|
|
||||||
@-moz-document url(about:newtab), url(about:home){
|
@-moz-document url("about:newtab"), url("about:home"){
|
||||||
body{
|
body{
|
||||||
|
/* This will load image.jpg stored in the same folder as this file */
|
||||||
background-image: url("image.jpg");
|
background-image: url("image.jpg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
Loading…
Reference in a new issue