diff options
| author | s1n <[email protected]> | 2019-10-04 19:07:54 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-04 19:07:54 -0700 |
| commit | f43259217ffa559cec33fdea389b1a48e68af43d (patch) | |
| tree | d6fd17cb2cb9e06de68bf29f29cfa7f3573904cd /css | |
| parent | humans.txt (diff) | |
| download | s1n.pw-admin-f43259217ffa559cec33fdea389b1a48e68af43d.tar.xz s1n.pw-admin-f43259217ffa559cec33fdea389b1a48e68af43d.zip | |
formatting, move halloween dude
Diffstat (limited to 'css')
| -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; |