diff --git a/assets/css/app.css b/assets/css/app.css index cde5fc2bc0..3409f4f950 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -18,3 +18,7 @@ .table-col-m { width: 20rem; } + +html { + background-color: rgb(243 244 246); +} diff --git a/assets/js/components/Layout/Layout.jsx b/assets/js/components/Layout/Layout.jsx index 4321567d12..40b08f98d1 100644 --- a/assets/js/components/Layout/Layout.jsx +++ b/assets/js/components/Layout/Layout.jsx @@ -67,11 +67,11 @@ const Layout = () => { return ( <> -
-
+
+
@@ -109,7 +109,12 @@ const Layout = () => {
-
+
*/}
-
+
@@ -185,17 +194,17 @@ const Layout = () => {
+
+ + © 2020-2022 SUSE LLC + + + This tool is free software released under the Apache License, + Version 2.0 + +
- ); };