Skip to content

Commit 86ff922

Browse files
committed
style: darken login right panel to warm dark tone
1 parent 2f257d9 commit 86ff922

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

public/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ a:hover { color: var(--accent-1); }
172172
display: flex;
173173
align-items: center;
174174
justify-content: center;
175-
background: #ee8132;
175+
background: #1c1712;
176176
position: relative;
177177
overflow: hidden;
178178
}
@@ -182,8 +182,8 @@ a:hover { color: var(--accent-1); }
182182
position: absolute;
183183
inset: 0;
184184
background:
185-
radial-gradient(ellipse 60% 50% at 20% 80%, rgba(0,0,0,0.15) 0%, transparent 60%),
186-
radial-gradient(ellipse 50% 40% at 80% 20%, rgba(0,0,0,0.1) 0%, transparent 50%);
185+
radial-gradient(ellipse 60% 50% at 20% 80%, rgba(238, 129, 50, 0.04) 0%, transparent 60%),
186+
radial-gradient(ellipse 50% 40% at 80% 20%, rgba(238, 129, 50, 0.03) 0%, transparent 50%);
187187
pointer-events: none;
188188
}
189189

0 commit comments

Comments
 (0)