Skip to content

Instantly share code, notes, and snippets.

@RheingoldRiver
Created December 23, 2020 20:28
Show Gist options
  • Save RheingoldRiver/74cf5fc8bd63ddfc763da8315a938839 to your computer and use it in GitHub Desktop.
Save RheingoldRiver/74cf5fc8bd63ddfc763da8315a938839 to your computer and use it in GitHub Desktop.
.smwb-title,
div.smwfact {
background-color:var(--table-background);
}
.smw-table,
.smwb-ipropvalue .smwb-prophead,
.smwb-center,
.smwb-propvalue .smwb-prophead {
background-color:var(--zebra-color-2);
border-color:var(--tabheader-border);
}
.smwb-ipropvalue .smwb-propval,
.smwb-propvalue .smwb-propval {
background-color:var(--table-background);
border-color:var(--tabheader-border);
}
.qtip-bootstrap .qtip-titlebar,
.qtip-bootstrap {
background-color:var(--table-background);
color:var(--body-text-color);
border: 1px dashed var(--table-border);
}
@RheingoldRiver
Copy link
Author

Variables definition can be found here: https://lol.gamepedia.com/MediaWiki:Gadget-variablesGlobal.css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment