MediaWiki:Vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
     background-image: image-set(
     background-image: image-set(
       url("/w/images/1/19/BG3-Background.jpg") 2x
       url("/w/images/1/19/BG3-Background.jpg") 2x
     ) !important;
     ) no-repeat !important;
}
}

Revision as of 06:12, 20 January 2023

/* CSS placed here will affect users of the Vector skin */

body {
    background-image: image-set(
      url("/w/images/1/19/BG3-Background.jpg") 2x
    ) no-repeat !important;
}