User:Kylmä Moth/common.css: Difference between revisions

From TNOpediA
Content added Content deleted
(Blanked the page)
Tag: Blanking
No edit summary
Tag: Reverted
Line 1: Line 1:
* {
background-color: var(--bg-color);
color: var(--text-color);
font-family: 'Aldrich', sans-serif;
}

Revision as of 02:22, 16 January 2024

* {
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: 'Aldrich', sans-serif;
}