Updating some styles
This commit is contained in:
parent
a0356105d7
commit
a553fdd46a
@ -2001,9 +2001,7 @@ function updateAccountTab() {
|
|||||||
`;
|
`;
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
accountContent.innerHTML = `
|
displaySignInMessage(accountContent, 'account settings');
|
||||||
<p class="sign-in-message">Please sign in to view account settings.</p>
|
|
||||||
`;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1410,18 +1410,14 @@ body {
|
|||||||
.sign-in-message,
|
.sign-in-message,
|
||||||
.no-achievements-message,
|
.no-achievements-message,
|
||||||
.error-message {
|
.error-message {
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
height: 100%;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #00ffff;
|
color: #00ffff;
|
||||||
font-family: 'Orbitron', sans-serif;
|
font-size: 16px;
|
||||||
padding: 20px;
|
margin-top: 20px;
|
||||||
background-color: rgba(18, 4, 88, 0.6);
|
padding: 10px;
|
||||||
border-radius: 10px;
|
background-color: rgba(0, 255, 255, 0.1);
|
||||||
box-shadow: 0 0 10px #ff00ff, inset 0 0 5px #00ffff;
|
border-radius: 5px;
|
||||||
|
box-shadow: 0 0 10px #00ffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user