summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/styles.css b/styles.css
index 9fbff72..c755b81 100644
--- a/styles.css
+++ b/styles.css
@@ -9,6 +9,7 @@
box-sizing: border-box;
background-size: cover;
background-repeat: no-repeat;
+ background-color: #DDD1C7;
font-family: sans-serif;
}
@@ -34,17 +35,16 @@
list-style: none;
}
.landing-page .menu-container .menu-wrapper li {
- margin: 10px 0;
+ margin: 0.5vmin 0;
display: flex;
justify-content: left;
}
.landing-page .menu-container .menu-wrapper li a {
text-decoration: none;
- letter-spacing: 5px;
font-weight: 700;
font-size: 15vmin;
color: rgba(255, 255, 255, 0);
- -webkit-text-stroke: 1.4px #353535;
+ -webkit-text-stroke: 0.12vmin #353535;
transition-duration: 200ms;
}
.landing-page .menu-container .menu-wrapper li a:hover {