Compare commits
No commits in common. "3b63aaddb11023a7b70d34370f2ee0bbc25cac73" and "93e66f1236a568debc148bc00079b1c2350ae93d" have entirely different histories.
3b63aaddb1
...
93e66f1236
1 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<div class="login-page">
|
||||
<div class="login-card">
|
||||
<div class="login-brand">
|
||||
<img src="/favicon.svg" class="brand-ornament" alt="" />
|
||||
<div class="brand-ornament">◆</div>
|
||||
<h1>Mercury</h1>
|
||||
<p class="brand-sub">Administration Console</p>
|
||||
<div class="brand-rule"></div>
|
||||
|
|
@ -103,7 +103,6 @@ async function handleLogin() {
|
|||
opacity: 0.7;
|
||||
letter-spacing: 0.3em;
|
||||
margin-bottom: 0.4rem;
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.login-brand h1 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue