diff options
| -rw-r--r-- | css/halloween.css | 2 | ||||
| -rw-r--r-- | css/main.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/css/halloween.css b/css/halloween.css index 5248173..3666d22 100644 --- a/css/halloween.css +++ b/css/halloween.css @@ -38,7 +38,7 @@ body { } .halloween { - top: 5%; + bottom: 3%; left: 2%; width: 30px; height: 44px; diff --git a/css/main.css b/css/main.css index 48db7e0..af96a17 100644 --- a/css/main.css +++ b/css/main.css @@ -200,6 +200,7 @@ main { /* #ffdc73 box-shadow should usually be only box-shadow, but I made it two so it would be more visable. // Secondary box-shadow, rgba(154,160,185,0.05) */ + .links a:hover, .links a:focus { outline: none; |