Skip to content

Commit ace22fa

Browse files
Refactor: Modifying frontend colors.
1 parent a44c775 commit ace22fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
<h1 class="sr-only">Edge Python — Online Python 3.13 Playground</h1>
4545

4646
<main class="contents">
47-
<nav class="bg-[#222222] border border-[#2d2d2d] rounded-md text-[12px] px-3 py-2 flex items-center justify-between">
47+
<nav class="bg-[#222222] border border-[#2d2d2d] rounded-md text-[#c2c2c2] text-[12px] px-3 py-2 flex items-center justify-between">
4848
<a href="/" class="flex items-center gap-2">
4949
<h1 class="font-semibold">Edge Python Playground</h1>
5050
</a>
5151

52-
<a href="https://github.com/dylan-sutton-chavez/edge-python/" target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 font-semibold text-[#ffffff] hover:text-[#c2c2c2] transition" aria-label="View Edge Python on GitHub">
52+
<a href="https://github.com/dylan-sutton-chavez/edge-python/" target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 font-semibold hover:text-[#949494] transition" aria-label="View Edge Python on GitHub">
5353
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" class="size-4" fill="currentColor" aria-hidden="true" focusable="false">
5454
<path d="M 33 29 C 31.203125 29 30 30.515625 30 33 C 30 35.484375 30.890625 38.046875 33 38 C 35.21875 37.949219 36.019531 35.777344 36 33 C 35.984375 30.515625 34.792969 29 33 29 Z M 44.261719 17.066406 C 44.535156 15.722656 44.652344 10.964844 42.679688 6 C 42.679688 6 38.148438 6.496094 31.296875 11.199219 C 29.863281 10.800781 27.429688 10.601563 25 10.601563 C 22.570313 10.601563 20.140625 10.800781 18.699219 11.195313 C 11.851563 6.496094 7.324219 6 7.324219 6 C 5.347656 10.964844 5.445313 15.609375 5.738281 17.066406 C 3.417969 19.585938 2 22.609375 2 26.742188 C 2 44.707031 16.90625 44.996094 20.667969 44.996094 C 21.519531 44.996094 23.210938 44.996094 25 45 C 26.789063 44.996094 28.484375 44.996094 29.332031 44.996094 C 33.09375 44.996094 48 44.707031 48 26.742188 C 48 22.609375 46.582031 19.585938 44.261719 17.066406 Z M 25.140625 43 L 25 43 C 15.570313 43 8.15625 41.660156 8.15625 32.496094 C 8.15625 30.300781 8.933594 28.265625 10.773438 26.574219 C 13.84375 23.753906 19.035156 25.246094 24.929688 25.246094 C 24.953125 25.246094 25.050781 25.246094 25.070313 25.246094 C 30.964844 25.246094 36.160156 23.757813 39.230469 26.574219 C 41.070313 28.265625 41.84375 30.300781 41.84375 32.496094 C 41.84375 41.660156 34.570313 43 25.140625 43 Z M 17 29 C 15.207031 29 14 31.015625 14 33.5 C 14 35.984375 15.207031 38 17 38 C 18.796875 38 20 35.984375 20 33.5 C 20 31.015625 18.796875 29 17 29 Z"/>
5555
</svg>

0 commit comments

Comments
 (0)