Skip to content

Instantly share code, notes, and snippets.

@pascalpp
Created November 20, 2025 15:34
Show Gist options
  • Select an option

  • Save pascalpp/cf1799fb8d05cd838c07a70b3a6aa18f to your computer and use it in GitHub Desktop.

Select an option

Save pascalpp/cf1799fb8d05cd838c07a70b3a6aa18f to your computer and use it in GitHub Desktop.
Some slight tweaks to the Fall 2025 Shortcut CSS theme
[data-perma-id="main-nav"] {
background-color: var(--shapes-backgroundCanvas);
}
[data-theme="light"] {
.theme-refresh {
--shapes-backgroundCanvas: #f3f3f6;
}
.title-and-icon-container {
color: #333;
}
[data-perma-id="main-nav"] {
li.active a {
background-color: rgba(0, 0, 0, 0.04);
}
li:not(.active):hover a {
background-color: rgba(0, 0, 0, 0.02);
}
}
}
[data-theme="dark"] {
.title-and-icon-container {
color: #ccc;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment