adicionado /register /login

This commit is contained in:
bacalhau 2026-03-03 19:05:11 +00:00
parent 8c1eb7dee8
commit 9d3efaadfe
8 changed files with 76 additions and 22 deletions

View file

@ -14,7 +14,7 @@
}
body {
background: #111011;
background: #101210;
color: #e0e0e0;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
max-width: 800px;
@ -44,22 +44,21 @@ strong, b {
h1 {
color: #ffffff;
text-decoration: underline #FF00FF;
color: #00ff00;
text-decoration: underline yellow;
text-align: center;
}
h2 {
text-align: center;
color: #ff00ff;
color: #00ff00;
}
h3 {
color: #ff00ff;
color: #00ff00;
}
a {
color: #0000ff;
color: #ffff00;
}
a:hover {
@ -67,8 +66,8 @@ a:hover {
}
summary {
color: #ff00ff;
background: #111011;
color: #008800;
background: #101210;
}
details {