Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Jun 6, 2020
2 parents f9df8d5 + f66a16e commit 6d42997
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 453 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -33,8 +33,8 @@
"webpack-dev-server": "^3.10.1"
},
"scripts": {
"build": "webpack",
"build:production": "webpack --mode=production",
"serve:dev": "webpack-dev-server"
"build": "ytAPIToken=AIzaSyCnsDRA2UFhTEycYS1_4wKvwaTxNmZeb58 webpack",
"build:production": "ytAPIToken=AIzaSyCnsDRA2UFhTEycYS1_4wKvwaTxNmZeb58 webpack --mode=production",
"serve:dev": "ytAPIToken=AIzaSyCnsDRA2UFhTEycYS1_4wKvwaTxNmZeb58 webpack-dev-server"
}
}
13 changes: 13 additions & 0 deletions src/style/style.scss
@@ -1,4 +1,17 @@
@import 'variables.scss';
@import url(//fonts.googleapis.com/earlyaccess/notosansthaana.css);

/* Web Font*/
* {
font-family: 'Noto Sans TC', sans-serif;
}

/* 反白顏色 */
::selection {
text-shadow: 2px 2px 8px #FFF;
background-color:$highliht-underline-color;
color:#000;
}

/* TopBar 元件區 */
::-webkit-scrollbar-thumb, ::selection {
Expand Down

0 comments on commit 6d42997

Please sign in to comment.