Skip to content

Commit cd3e0b5

Browse files
Update button colors
1 parent 0defc5b commit cd3e0b5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,31 +77,31 @@
7777

7878
<body class="flex flex-col w-full h-full text-black bg-white dark:bg-black dark:text-white" style="opacity: 0 !important;">
7979
<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">
8181
<img src="./images/icon_var2_rounded_512.png">
8282
</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">
8686
<i class="fa-solid fa-play"></i>
8787
Run
8888
</button>
8989
<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">
9191
<i class="fa-arrow-right-to-bracket fa-solid"></i>
9292
Sign in with Puter
9393
</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">
9595
<i class="fa-arrow-right-from-bracket fa-solid"></i>
9696
<span id="judge0-puter-username"></span>
9797
</button>
9898
</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>
100100
</header>
101101

102102
<main class="flex-grow min-h-0 overflow-hidden"></main>
103103

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">
105105
<a href="https://judge0.com" target="_blank">© 2016-2025 Judge0 d.o.o. – All Rights Reserved. • A Croatian 🇭🇷 company</a>
106106
</footer>
107107

0 commit comments

Comments
 (0)