Skip to content

Commit 7ea3582

Browse files
author
rhiannon
committed
revamp
1 parent de81baa commit 7ea3582

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,15 @@
6868
-moz-user-select: none;
6969
-ms-user-select: none;
7070
user-select: none;
71-
7271
}
72+
header a,
73+
main a,
74+
footer a {
75+
color: #00FFC6;
76+
text-decoration: none;
77+
transition: color .2s ease;
78+
}
79+
7380
nav {
7481
font-family: Courier New', Courier, monospace;
7582
color: #9999ff;
@@ -203,8 +210,6 @@
203210
body {
204211
font-size: 14px;
205212
}
206-
footer a { color:#FF00E1; }
207-
footer a:visited { color:#FF00E1; }
208213
}
209214
</style>
210215

0 commit comments

Comments
 (0)