Skip to content

Commit

Permalink
darkmode looks kinda bad on sogo
Browse files Browse the repository at this point in the history
  • Loading branch information
rndrmu committed Jul 11, 2024
1 parent b5eb7c1 commit bc61d08
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions templates/verification_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #121212;
color: #ffffff;
background-color: #f5f5f5;
color: #333333;
}

.container {
max-width: 600px;
margin: 30px auto;
background-color: #1e1e1e;
background-color: #ffffff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
text-align: center;
}

Expand All @@ -30,26 +30,25 @@
}

p {
color: #cccccc;
color: #666666;
line-height: 1.6;
margin-bottom: 20px;
}

.hash {
display: inline-block;
background-color: #333333;
background-color: #eeeeee;
padding: 10px 20px;
border-radius: 5px;
font-family: monospace;
cursor: pointer;
user-select: all;
transition: background-color 0.3s;
margin: 10px 0;
color: #ffffff;
}

.hash:hover {
background-color: #444444;
background-color: #dddddd;
}

.footer {
Expand All @@ -58,7 +57,7 @@
font-size: 12px;
color: #aaaaaa;
margin-top: 20px;
border-top: 1px solid #333333;
border-top: 1px solid #dddddd;
}

.footer a {
Expand Down

0 comments on commit bc61d08

Please sign in to comment.