Tumma tausta + logo EMPOR-teksti ja kaaret valkoisiksi
Kuusikulmio + E pysyy sininen/valkoinen, mutta EMPOR-teksti ja signaalikaaret vaihdettu valkoisiksi tummalle taustalle sopivaksi. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
12
style.css
12
style.css
@@ -6,8 +6,8 @@
|
||||
|
||||
body {
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
background: #f5f7fa;
|
||||
color: #1a1a2e;
|
||||
background: #0a0f1a;
|
||||
color: #fff;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -28,13 +28,13 @@ main {
|
||||
font-size: 0.85rem;
|
||||
letter-spacing: 0.2em;
|
||||
text-transform: uppercase;
|
||||
color: #2e86c1;
|
||||
color: #4a90c4;
|
||||
margin-bottom: 4rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.contact {
|
||||
border-top: 1px solid #dde3ea;
|
||||
border-top: 1px solid rgba(74, 144, 196, 0.2);
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
@@ -45,13 +45,13 @@ main {
|
||||
}
|
||||
|
||||
.contact a {
|
||||
color: #555;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
text-decoration: none;
|
||||
transition: color 0.2s;
|
||||
}
|
||||
|
||||
.contact a:hover {
|
||||
color: #2e86c1;
|
||||
color: #4a90c4;
|
||||
}
|
||||
|
||||
.contact p {
|
||||
|
||||
Reference in New Issue
Block a user