User:Willowisp/vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
.infobox {
.infobox {
  border: none !important;
  border: none !important;
}
body.theme-dark-grey {
    --bg-main: rgb(31, 30, 36);
}
}

Revision as of 23:17, 11 January 2024

.infobox-above,
.infobox-header {
background-color: rgb(68, 58, 35) !important;
}

.navbox-title {
background-color: #3a191a !important;
}

.infobox {
 border: none !important;
}

body.theme-dark-grey {
    --bg-main: rgb(31, 30, 36);
}