Skip to content

Commit

Permalink
背景を追加してフォントカラーも変更#2
Browse files Browse the repository at this point in the history
  • Loading branch information
TakahiroSono committed Nov 17, 2019
1 parent 8e6ce78 commit 53810b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/web-front/vue-pwa/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<style lang="scss">
@import "./html5reset-1.6.1";
@import "./stylesheet";
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
Expand Down
7 changes: 7 additions & 0 deletions app/web-front/vue-pwa/src/stylesheet.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
body{
background-image: url("/img/background/background.jpg");
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
}
1 change: 1 addition & 0 deletions app/web-front/vue-pwa/src/views/Setting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export default {
<style lang="scss" scoped>
.c-setting{
font-size: 25px;
color: white;
&_top{
display: flex;
justify-content: space-around;
Expand Down

0 comments on commit 53810b8

Please sign in to comment.