diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/css/bucky.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index ef1212d..8654e9d 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -19,7 +19,7 @@ body { font-family: Trebuchet MS, Helvetica, Arial, sans-serif; margin: 0; padding: 20px 30px 30px 30px; - transition: opacity 100ms, background 5s; + transition: opacity 100ms; } body.loading { opacity: 0; @@ -1543,6 +1543,7 @@ audio { body { background: #180808; color: #f8f8f8; + transition: opacity 100ms, background 5s; } button:not(.hoot), input[type="submit"] { |
