MediaWiki:Citizen.css: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Reverted
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */
.bg3wiki-article-footer {
  margin-top: 1em;
  background-color: var(--bg-dark);
  padding: 0.5em;
  border-radius: 10px;
  font-size: 1.1em;
  font-style: italic;
}

Revision as of 03:36, 14 February 2023

/* All CSS here will be loaded for users of the Citizen skin */

.bg3wiki-article-footer {
  margin-top: 1em;
  background-color: var(--bg-dark);
  padding: 0.5em;
  border-radius: 10px;
  font-size: 1.1em;
  font-style: italic;
}