diff --git a/LICENSE b/LICENSE index 22c4900f..daa3e005 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018-2020 Mue Tab +Copyright (c) 2018-2021 Mue Tab All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/package.json b/package.json index a8e603da..6cdb9e5a 100644 --- a/package.json +++ b/package.json @@ -1,56 +1,55 @@ -{ - "name": "mue", - "private": true, - "author": "David \"ohlookitsderpy\" Ralph (https://derpyenterprises.org)", - "description": "Fast, open and free-to-use new tab page for modern browsers.", - "repository": { - "url": "github:mue/mue" - }, - "homepage": "https://muetab.com", - "bugs": "https://github.com/mue/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D", - "license": "BSD-3-Clause", - "version": "5.0.0", - "dependencies": { - "@eartharoid/dtf": "^1.0.8", - "@material-ui/core": "4.11.2", - "@material-ui/icons": "4.11.2", - "deepmerge": "^4.2.2", - "fontsource-lexend-deca": "^3.0.11", - "fontsource-roboto": "^3.0.3", - "react": "17.0.1", - "react-beforeunload": "^2.4.0", - "react-clock": "^3.0.0", - "react-color-gradient-picker": "^0.1.2", - "react-countdown": "^2.3.1", - "react-date-picker": "^8.0.5", - "react-dom": "17.0.1", - "react-modal": "3.12.1", - "react-toastify": "6.1.0", - "supports-webp": "2.0.1" - }, - "devDependencies": { - "node-sass": "4.14.1", - "react-scripts": "^4.0.1" - }, - "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", - "chrome": "cp manifest/chrome.json build/manifest.json", - "firefox": "cp manifest/firefox.json build/manifest.json", - "opera": "cp manifest/opera.json build/manifest.json && cp manifest/background-opera.js build/" - }, - "eslintConfig": { - "extends": "react-app" - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version" - ] - } -} +{ + "name": "mue", + "private": true, + "author": "David \"ohlookitsderpy\" Ralph (https://derpyenterprises.org)", + "description": "Fast, open and free-to-use new tab page for modern browsers.", + "repository": { + "url": "github:mue/mue" + }, + "homepage": "https://muetab.com", + "bugs": "https://github.com/mue/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D", + "license": "BSD-3-Clause", + "version": "5.0.0", + "dependencies": { + "@eartharoid/dtf": "^1.0.8", + "@material-ui/core": "4.11.2", + "@material-ui/icons": "4.11.2", + "deepmerge": "^4.2.2", + "fontsource-lexend-deca": "^3.0.11", + "fontsource-roboto": "^3.0.3", + "react": "17.0.1", + "react-beforeunload": "^2.4.0", + "react-clock": "^3.0.0", + "react-color-gradient-picker": "^0.1.2", + "react-date-picker": "^8.0.5", + "react-dom": "17.0.1", + "react-modal": "3.12.1", + "react-toastify": "6.2.0", + "supports-webp": "2.0.1" + }, + "devDependencies": { + "node-sass": "^4.14.1", + "react-scripts": "^4.0.1" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "chrome": "cp manifest/chrome.json build/manifest.json", + "firefox": "cp manifest/firefox.json build/manifest.json", + "opera": "cp manifest/opera.json build/manifest.json && cp manifest/background-opera.js build/" + }, + "eslintConfig": { + "extends": "react-app" + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version" + ] + } +} diff --git a/src/scss/modules/_welcome.scss b/src/scss/modules/_welcome.scss index a6266343..f7c883b6 100644 --- a/src/scss/modules/_welcome.scss +++ b/src/scss/modules/_welcome.scss @@ -1,3 +1,9 @@ +.dark { + h2.subtitle, svg { + color: white !important; + } +} + .welcomeModalText { line-height: 2px;