|
77 | 77 |
|
78 | 78 | <body class="flex flex-col w-full h-full text-black bg-white dark:bg-black dark:text-white" style="opacity: 0 !important;"> |
79 | 79 | <header class="flex items-center p-1 space-x-1 judge0-showNavigation"> |
80 | | - <a href="https://judge0.com" target="_blank" class="w-8 h-8 rounded-md focus-visible:outline-none judge0-showLogo"> |
| 80 | + <a href="https://judge0.com" target="_blank" class="w-8 h-8 rounded-md focus-visible:outline-none focus-visible:ring-2 judge0-showLogo"> |
81 | 81 | <img src="./images/icon_var2_rounded_512.png"> |
82 | 82 | </a> |
83 | | - <input id="judge0-compiler-options" class="h-8 px-3 py-2 text-sm text-black border rounded-md max-md:hidden focus-visible:outline-none placeholder:text-sm judge0-showCompilerOptions" placeholder="Compiler options" type="text"> |
84 | | - <input id="judge0-command-line-arguments" class="h-8 px-3 py-2 text-sm text-black border rounded-md max-md:hidden focus-visible:outline-none placeholder:text-sm judge0-showCommandLineArguments" placeholder="Command line arguments" type="text"> |
85 | | - <button id="judge0-run-btn" class="inline-flex items-center justify-center h-8 gap-2 px-4 text-sm font-semibold transition-colors bg-blue-800 rounded-md focus-visible:outline-none hover:bg-blue-900 text-blue-50 whitespace-nowrap judge0-showRunButton"> |
| 83 | + <input id="judge0-compiler-options" class="h-8 px-3 py-2 text-sm bg-transparent border rounded-md dark:border-zinc-800 max-md:hidden focus-visible:outline-none focus-visible:ring-2 placeholder:text-sm judge0-showCompilerOptions" placeholder="Compiler options" type="text"> |
| 84 | + <input id="judge0-command-line-arguments" class="h-8 px-3 py-2 text-sm bg-transparent border rounded-md dark:border-zinc-800 max-md:hidden focus-visible:outline-none focus-visible:ring-2 placeholder:text-sm judge0-showCommandLineArguments" placeholder="Command line arguments" type="text"> |
| 85 | + <button id="judge0-run-btn" class="inline-flex items-center justify-center h-8 gap-2 px-4 text-sm font-semibold transition-colors bg-blue-800 rounded-md focus-visible:outline-none focus-visible:ring-2 hover:bg-blue-900 dark:hover:bg-blue-700 text-blue-50 whitespace-nowrap judge0-showRunButton"> |
86 | 86 | <i class="fa-solid fa-play"></i> |
87 | 87 | Run |
88 | 88 | </button> |
89 | 89 | <div class="judge0-showPuterSignInOutButton max-sm:hidden"> |
90 | | - <button id="judge0-sign-in-btn" class="inline-flex items-center justify-center h-8 gap-2 px-4 text-sm font-semibold text-blue-800 transition-colors rounded-md focus-visible:outline-none bg-blue-50 hover:bg-blue-100 whitespace-nowrap"> |
| 90 | + <button id="judge0-sign-in-btn" class="inline-flex items-center justify-center h-8 gap-2 px-4 text-sm font-semibold text-blue-800 transition-colors rounded-md dark:text-white dark:hover:bg-zinc-700 dark:bg-zinc-800 focus-visible:outline-none focus-visible:ring-2 bg-blue-50 hover:bg-blue-100 whitespace-nowrap"> |
91 | 91 | <i class="fa-arrow-right-to-bracket fa-solid"></i> |
92 | 92 | Sign in with Puter |
93 | 93 | </button> |
94 | | - <button id="judge0-sign-out-btn" class="inline-flex items-center justify-center h-8 gap-2 px-4 text-sm font-semibold text-blue-800 transition-colors rounded-md focus-visible:outline-none bg-blue-50 hover:bg-blue-100 whitespace-nowrap"> |
| 94 | + <button id="judge0-sign-out-btn" class="inline-flex items-center justify-center h-8 gap-2 px-4 text-sm font-semibold text-blue-800 transition-colors rounded-md dark:text-white dark:hover:bg-zinc-700 dark:bg-zinc-800 focus-visible:outline-none focus-visible:ring-2 bg-blue-50 hover:bg-blue-100 whitespace-nowrap"> |
95 | 95 | <i class="fa-arrow-right-from-bracket fa-solid"></i> |
96 | 96 | <span id="judge0-puter-username"></span> |
97 | 97 | </button> |
98 | 98 | </div> |
99 | | - <button id="judge0-theme-btn" class="inline-flex items-center justify-center w-8 h-8 gap-2 text-sm font-semibold text-blue-800 transition-colors rounded-md max-md:hidden focus-visible:outline-none bg-blue-50 hover:bg-blue-100 whitespace-nowrap judge0-showThemeButton"><i class="fa-solid fa-sun"></i></button> |
| 99 | + <button id="judge0-theme-btn" class="inline-flex items-center justify-center w-8 h-8 gap-2 text-sm font-semibold text-blue-800 transition-colors rounded-md dark:text-white dark:hover:bg-zinc-700 dark:bg-zinc-800 max-md:hidden focus-visible:outline-none focus-visible:ring-2 bg-blue-50 hover:bg-blue-100 whitespace-nowrap judge0-showThemeButton"><i class="fa-solid fa-sun"></i></button> |
100 | 100 | </header> |
101 | 101 |
|
102 | 102 | <main class="flex-grow min-h-0 overflow-hidden"></main> |
103 | 103 |
|
104 | | - <footer class="text-xs text-center opacity-50 judge0-showCopyright"> |
| 104 | + <footer class="text-xs text-center opacity-50 max-sm:hidden judge0-showCopyright"> |
105 | 105 | <a href="https://judge0.com" target="_blank">© 2016-2025 Judge0 d.o.o. – All Rights Reserved. • A Croatian 🇭🇷 company</a> |
106 | 106 | </footer> |
107 | 107 |
|
|
0 commit comments