More work on Hacking mission

This commit is contained in:
danielyxie
2017-09-25 21:44:33 -05:00
parent 5e7d72d901
commit 2523222565
8 changed files with 1149 additions and 554 deletions
+6
View File
@@ -144,6 +144,12 @@ a:link, a:visited {
background-color: #666;
}
.a-link-button:active {
-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
}
/* Make anchor tags ("a" elements) inactive (not clickable) */
.a-link-button-inactive {
text-decoration: none;