|
7 | 7 | .dark #sidebar-content button[class*="dark:text-gray-400"] { |
8 | 8 | color: #ddd; |
9 | 9 | } |
| 10 | + |
| 11 | +html:not(.dark), |
| 12 | +html:not(.dark) body { |
| 13 | + background-color: #f5f3ee; |
| 14 | +} |
| 15 | + |
| 16 | +.dark, |
| 17 | +.dark body { |
| 18 | + background-color: #1a1a1a; |
| 19 | +} |
| 20 | + |
| 21 | +a[href*="services.iroh.computer"], |
| 22 | +a[href*="services.iroh.computer"] *, |
| 23 | +button[data-href*="services.iroh.computer"] { |
| 24 | + background-color: #8790ff !important; |
| 25 | + color: #ffffff !important; |
| 26 | + border-color: #8790ff !important; |
| 27 | + border-radius: 8px !important; |
| 28 | +} |
| 29 | + |
| 30 | +header a:not([href*="services.iroh.computer"]), |
| 31 | +header button:not([data-href*="services.iroh.computer"]), |
| 32 | +header [role="button"]:not([href*="services.iroh.computer"]), |
| 33 | +header [class*="bg-gray"]:not([href*="services.iroh.computer"]), |
| 34 | +header [class*="bg-zinc"]:not([href*="services.iroh.computer"]), |
| 35 | +header [class*="bg-neutral"]:not([href*="services.iroh.computer"]), |
| 36 | +#header a:not([href*="services.iroh.computer"]), |
| 37 | +#header button:not([data-href*="services.iroh.computer"]), |
| 38 | +#header [role="button"]:not([href*="services.iroh.computer"]), |
| 39 | +#header [class*="bg-gray"]:not([href*="services.iroh.computer"]), |
| 40 | +nav a:not([href*="services.iroh.computer"]):not([class*="sidebar"]), |
| 41 | +nav button:not([data-href*="services.iroh.computer"]), |
| 42 | +nav [role="button"]:not([href*="services.iroh.computer"]), |
| 43 | +nav [class*="bg-gray"]:not([href*="services.iroh.computer"]), |
| 44 | +[class*="navbar"] a:not([href*="services.iroh.computer"]), |
| 45 | +[class*="navbar"] button:not([data-href*="services.iroh.computer"]), |
| 46 | +[class*="navbar"] [role="button"]:not([href*="services.iroh.computer"]), |
| 47 | +[class*="navbar"] [class*="bg-gray"]:not([href*="services.iroh.computer"]), |
| 48 | +[aria-label*="theme" i], |
| 49 | +[aria-label*="mode" i], |
| 50 | +[aria-label*="dark mode" i], |
| 51 | +[aria-label*="light mode" i], |
| 52 | +[aria-label*="appearance" i], |
| 53 | +button[class*="theme"], |
| 54 | +button[class*="mode-toggle"], |
| 55 | +[class*="ThemeToggle"], |
| 56 | +[class*="theme-toggle"] { |
| 57 | + background-color: transparent !important; |
| 58 | + border-color: transparent !important; |
| 59 | +} |
0 commit comments