diff --git a/public/site.webmanifest b/public/site.webmanifest index 453b776..231d2ba 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -14,7 +14,7 @@ "type": "image/png" } ], - "theme_color": "#0b4155", - "background_color": "#0b4155", + "theme_color": "#005799", + "background_color": "#005799", "display": "standalone" } diff --git a/src/assets/graphics/Graphic.webp b/src/assets/graphics/Graphic.webp new file mode 100644 index 0000000..9bd9dbc Binary files /dev/null and b/src/assets/graphics/Graphic.webp differ diff --git a/src/assets/graphics/HomeGraphics.webp b/src/assets/graphics/HomeGraphics.webp deleted file mode 100644 index 1b9db77..0000000 Binary files a/src/assets/graphics/HomeGraphics.webp and /dev/null differ diff --git a/src/components/ElectronJS/FrameButtons.vue b/src/components/ElectronJS/FrameButtons.vue index b7543d9..33135ba 100644 --- a/src/components/ElectronJS/FrameButtons.vue +++ b/src/components/ElectronJS/FrameButtons.vue @@ -67,12 +67,12 @@ export default { font-size: 15px; } .frame-buttons .close:hover { - background: rgba(255, 0, 0, 0.595); + background: rgba(255, 0, 0, 0.3); } .frame-buttons .minimize:hover { - background: rgba(46, 46, 46, 0.595); + background: rgba(0, 0, 0, 0.3); } .frame-buttons .res-max:hover { - background: rgba(46, 46, 46, 0.595); + background: rgba(0, 0, 0, 0.3); } diff --git a/src/utils/changelog.js b/src/utils/changelog.js index 8f01f67..6fcccb6 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -1,4 +1,14 @@ const config = [ + { + version: 9.5, + title: "New design and font!", + shortTitle: "", + date: "08/02/2019", + new: [ + "New color scheme for Nertivia!", + "New font called 'Montserrat'. More font options are coming soon!" + ] + }, { version: 9.3, title: "Saved Notes and bug fixes", diff --git a/src/views/HomePage.vue b/src/views/HomePage.vue index fdf4eeb..67db481 100644 --- a/src/views/HomePage.vue +++ b/src/views/HomePage.vue @@ -42,7 +42,7 @@ The best chat client that won't restrict you from important and fun features. - +
open_in_browser
@@ -399,12 +399,14 @@ body { } } -@media (max-width: 334px) { +@media (max-width: 424px) { .buttons { flex-direction: column; } .buttons .button { text-align: center; + align-content: center; + justify-content: center; } }