diff options
Diffstat (limited to 'frontend/site/projects/museum/views/home.css')
| -rw-r--r-- | frontend/site/projects/museum/views/home.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend/site/projects/museum/views/home.css b/frontend/site/projects/museum/views/home.css index 7cfa5a0..597c66b 100644 --- a/frontend/site/projects/museum/views/home.css +++ b/frontend/site/projects/museum/views/home.css @@ -1,6 +1,9 @@ +html { + background: #111111; +} .app > div.home { display: block; - background: black; + background: #111111; transition: opacity 0.4s; opacity: 1.0; cursor: pointer; |
