diff --git a/macrovision.css b/macrovision.css index a53b13aa..bda9f429 100644 --- a/macrovision.css +++ b/macrovision.css @@ -2,6 +2,7 @@ html { height: 100%; overflow-x: hidden; overflow-y: hidden; + color: #eee; } body { @@ -25,17 +26,30 @@ body { text-align: center; } +.entity.selected { + box-shadow: 10px 10px 5px grey; +} + #world { min-width: 90vw; min-height: 80vh; } #menubar { + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; min-height: 10vh; min-width: 100vw; background: #222; } +.menu-item { + font-size: 24px; + color: #ccc; +} + #display { width: 100%; height: 100%; diff --git a/macrovision.html b/macrovision.html index 15c46ef3..c0b6354e 100644 --- a/macrovision.html +++ b/macrovision.html @@ -6,6 +6,7 @@