User:Crashaholic/vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
html body {
html body {
max-width: none;
max-width: none;
}
body.theme-dark-grey .bg3wiki-tooltip-box {
background: rgb(243, 235, 205);
}
}


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

Revision as of 15:09, 6 September 2023

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);
}