diff options
| -rw-r--r-- | app/assets/css/global.css | 1 | ||||
| -rw-r--r-- | app/components/Layout.css | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/css/global.css b/app/assets/css/global.css index 6eec3283b9..9950712524 100644 --- a/app/assets/css/global.css +++ b/app/assets/css/global.css @@ -5,6 +5,5 @@ html { } body { - background: #294D73; font-family: -apple-system, BlinkMacSystemFont, sans-serif; } diff --git a/app/components/Layout.css b/app/components/Layout.css index 4af486c6d8..8ef242d7f5 100644 --- a/app/components/Layout.css +++ b/app/components/Layout.css @@ -2,7 +2,9 @@ display: flex; flex-direction: column; height: 100vh; + background: #294D73; } + .layout__header { flex: 0 0 auto; } |
