Skip to content

Instantly share code, notes, and snippets.

@gioxx
Created November 28, 2017 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gioxx/3dd1ee1d80e5b521a3ea0c24ca8de1dc to your computer and use it in GitHub Desktop.
Save gioxx/3dd1ee1d80e5b521a3ea0c24ca8de1dc to your computer and use it in GitHub Desktop.
Una possibile modifica per Firefox Quantum che va a integrare uno sfondo personalizzato per la nuova scheda (about:newtab), basato sul thread nella community di Reddit. Maggiori informazioni disponibili sul blog: https://wp.me/pdQ5q-8Rw
@-moz-document url(about:newtab) {
.activity-stream {
background-image: url(coffee.jpg) !important;
background-size:cover !important;
background-attachment: fixed !important;
}
@media (min-width: 1280px) {
.activity-stream main {
margin-left: 625px !important;
}
}
@media (min-width: 1920px) {
.activity-stream main {
width: 736px !important;
margin-left: 870px !important;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment