User:Sky/vector.css

From Baldur's Gate 3 Wiki
< User:Sky
Revision as of 22:44, 20 November 2023 by Sky (talk | contribs)

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.
body.theme-light {
	--toc-subheader-border-color: var(--light-body-border);
}

body.theme-dark-grey {
	--toc-subheader-border-color: var(--bg3wiki-tooltip-border)
}

.tocnumber {
	display: none;
}

.toc ul ul {
	border-left: 1px dotted var(--toc-subheader-border-color);
	padding-left: 0.5em;
}

.toc > ul {
    padding: 0.75em 1.75em;
    margin: 0;
}