File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,13 +61,13 @@ async function handleLogin() {
6161 :placeholder =" $t('auth.modal.handle_placeholder')"
6262 autocomplete =" off"
6363 spellcheck =" false"
64- class =" w-full px-3 py-2 font-mono text-sm bg-bg-subtle border border-border rounded-md text-fg placeholder:text-fg-subtle transition-colors duration-200 focus:border-border-hover focus-visible:outline-accent/70"
64+ class =" w-full px-3 py-2 font-mono text-sm bg-bg-subtle border border-border rounded-md text-fg placeholder:text-fg-subtle transition-colors duration-200 focus:border-accent focus-visible:( outline-2 outline- accent/70) "
6565 />
6666 </div >
6767
6868 <details class =" text-sm" >
6969 <summary
70- class =" text-fg-subtle cursor-pointer hover:text-fg-muted transition-colors duration-200"
70+ class =" text-fg-subtle cursor-pointer hover:text-fg-muted transition-colors duration-200 focus-visible:(outline-2 outline-accent/70) "
7171 >
7272 {{ $t('auth.modal.what_is_atmosphere') }}
7373 </summary >
@@ -110,7 +110,7 @@ async function handleLogin() {
110110 >
111111 {{ $t('auth.modal.create_account') }}
112112 </button >
113- <hr />
113+ <hr class = " color-border " />
114114 <button
115115 type =" button"
116116 class =" w-full px-4 py-2 font-mono text-sm text-bg bg-fg rounded-md transition-all duration-200 hover:bg-fg/90 disabled:opacity-50 disabled:cursor-not-allowed focus-visible:outline-accent/70 focus-visible:ring-offset-2 focus-visible:ring-offset-bg flex items-center justify-center gap-2"
You can’t perform that action at this time.
0 commit comments