Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Navigation/styles.css: Difference between revisions

Template page
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
Line 1: Line 1:
body {
.tg-mainpage-navigation {
  --tg-color-surface-2: #f5f5f7; /* Light */
margin: 0.5rem 0;
}
 
@media (prefers-color-scheme: dark) {
  body {
    --tg-color-surface-2: #1e1e20; /* Dark */
  }
}
}


/* Temp styles until we have images */
.template-navpill {
.template-navpill {
  background-color: var(--tg-color-surface-2) !important;
background-color: var(--tg-color-surface-2);
}
}

Latest revision as of 09:42, 18 June 2025

.tg-mainpage-navigation {
	margin: 0.5rem 0;
}

/* Temp styles until we have images */
.template-navpill {
	background-color: var(--tg-color-surface-2);
}