-
diff --git a/html/index.css b/html/index.css
index af55ff2..c40094b 100644
--- a/html/index.css
+++ b/html/index.css
@@ -12,6 +12,9 @@ header {
font-size: 1rem;
margin-left: 0.5rem;
color: hsl(39, 68.6%, 31.2%);
+ & a:hover {
+ color: hsl(39, 100%, 80%);
+ }
}
}
diff --git a/html/index.html b/html/index.html
index de18cba..6c689b6 100644
--- a/html/index.html
+++ b/html/index.html
@@ -16,38 +16,17 @@
line-height: 1.5;
text-shadow: 1px 1px 3px hsl(38, 45%, 22%);
}
-
- a {
- color: inherit;
- text-decoration: none;
- }
-
- ul {
- list-style: none;
- padding: 0;
- margin: 0;
- padding-left: 1rem;
- }
-
- li {
- &:hover {
- color: hsl(39, 100%, 80%);
- & a {
- text-decoration: underline;
- }
- }
-
- &::before {
- content: "▸";
- margin-right: 0.5rem;
- }
- }