diff --git a/index.html b/index.html
index 83d7274..6f77311 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,5 @@
+
@@ -8,7 +9,7 @@
diff --git a/static/main.css b/static/main.css
index d9be058..574e195 100644
--- a/static/main.css
+++ b/static/main.css
@@ -1,5 +1,5 @@
body {
- background-color: rgb(20, 20, 20);
+ background-color: rgb(0, 0, 0);
}
.container {
@@ -12,17 +12,21 @@ body {
display: flex;
justify-content: center;
margin: 0 auto;
- font: 9rem "Monospace", sans-serif;
+ font: 12vw "Monospace", sans-serif;
color: #24ea26;
}
+#d {
+ font: 18vw "Monospace", sans-serif;
+}
+
main {
color: #24ea26;
}
a {
- text-decoration: underline;
+ text-decoration: none;
color: #24ea26;
}
@@ -37,7 +41,15 @@ a:hover {
}
main ul li {
- font-size: 3rem;
+ font-size: 2rem;
+}
+
+main ul li:hover {
+ background-color: #008000;
+}
+
+main ul li:hover a {
+ color: #000000;
}
main ul li:before{