diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-11-30 21:51:50 +0100 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-11-30 21:51:50 +0100 |
| commit | 7dd271f8f3c83a7983837c27244397299ccccc5b (patch) | |
| tree | 88fe98504931e311d5cebae0e5f059ea9d06a6c0 | |
| parent | 8ec0038a3fadf0b1e5e5d478401eb4437310210d (diff) | |
background color
| -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"] { |
