summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--styles.css2
-rw-r--r--styles.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/styles.css b/styles.css
index d26a96b..ee10e21 100644
--- a/styles.css
+++ b/styles.css
@@ -107,7 +107,7 @@ small {
.menu-container .menu-wrapper li a {
text-decoration: none;
font-weight: 500;
- font-size: 13vmin;
+ font-size: 15vmin;
color: #27327b;
}
diff --git a/styles.scss b/styles.scss
index 4821665..580a5bd 100644
--- a/styles.scss
+++ b/styles.scss
@@ -115,7 +115,7 @@ small {font-size: 0.750rem; /* 12px */}
a {
text-decoration: none;
font-weight: 500;
- font-size: 13vmin;
+ font-size: 15vmin;
color: $foreground-color;
}
}