diff --git a/src/assets/images/home/primevue-introduction.jpg b/src/assets/images/home/primevue-introduction.jpg index c5d6c18d4..69d3f6176 100644 Binary files a/src/assets/images/home/primevue-introduction.jpg and b/src/assets/images/home/primevue-introduction.jpg differ diff --git a/src/assets/styles/app.scss b/src/assets/styles/app.scss index bd9988e76..9d2e813ef 100644 --- a/src/assets/styles/app.scss +++ b/src/assets/styles/app.scss @@ -702,13 +702,13 @@ body { font-weight: bold; text-align: center; color: #ffffff; - background-color: #41b883; + background-color: #007ad9; padding: 10px 24px 9px 24px; border-radius: 3px; @include transition(background-color .2s); &:hover { - background-color: #4acf94; + background-color: #116fbf; color: #ffffff; } } @@ -939,19 +939,21 @@ body { float: none; width: 100%; height: 41px; - margin: 0; - text-align: center; + margin: -1px 0 0 0; border-bottom: 1px solid #363c3f; border-top: 1px solid #363c3f; > li { height: 40px; line-height: 40px; + width: 25%; + font-size: 14px; > a { padding-bottom: 0; height: 40px; - min-width: 100px; + width: 100%; + min-width: auto; } &.topbar-menu-themes > ul {