Created
November 20, 2025 15:34
-
-
Save pascalpp/cf1799fb8d05cd838c07a70b3a6aa18f to your computer and use it in GitHub Desktop.
Some slight tweaks to the Fall 2025 Shortcut CSS theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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