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

Template page
body {
  --tg-color-surface-2: #f5f5f7; /* Light */
}

@media (prefers-color-scheme: dark) {
  body {
    --tg-color-surface-2: #1e1e20; /* Dark */
  }
}

.template-navpill {
  background-color: var(--tg-color-surface-2) !important;
}