User:Crashaholic/vector.css

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
html body {
	max-width: none;
}

body.theme-dark-grey .bg3wiki-tooltip-box {
	background: rgb(243, 235, 205);
}

body.theme-dark-grey .bg3wiki-tooltip-gradient-common {
	background: linear-gradient(to bottom,#F0E4D599,#E6DDD599,#D5C0B899,#c0b2df99);
}

body.theme-dark-grey {
  background: linear-gradient(rgba(223, 217, 204, 0.9) 80%,transparent);
}