User:Crashaholic/vector.css: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
}
}


.theme-dark-grey .bg3wiki-tooltip-gradient-common {
body.theme-dark-grey .bg3wiki-tooltip-gradient-common {
background: linear-gradient(to bottom,#C6BDB399,#D2C9BF99,#ACA49C99,#c392e699);
background: linear-gradient(to bottom,#C6BDB399,#D2C9BF99,#ACA49C99,#c392e699);
}
}

Revision as of 15:54, 6 September 2023

html body {
	max-width: none;
}

body.theme-dark-grey .bg3wiki-tooltip-gradient-common {
	background: linear-gradient(to bottom,#C6BDB399,#D2C9BF99,#ACA49C99,#c392e699);
}