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..d5e807b771 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 = () => {
-
+
*/}
-
+
@@ -186,16 +195,16 @@ const Layout = () => {
+
+ + © 2020-2022 SUSE LLC + + + This tool is free software released under the Apache License, + Version 2.0 + +
- ); };