diff --git a/sample_static/dist/assets/css/app.css b/sample_static/dist/assets/css/app.css index 39fbf57..5afb455 100644 --- a/sample_static/dist/assets/css/app.css +++ b/sample_static/dist/assets/css/app.css @@ -118,10 +118,11 @@ html { body { position: relative; width: 100%; - color: #1a1a1a; + color: #101e2a; font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 1.4rem; line-height: 1.5; + word-break: break-all; } a { @@ -164,8 +165,7 @@ a { border-radius: 3px; background-color: #d0d6dc; box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2); - color: color(#101e2a); - color: #314257; + color: #101e2a; font-size: 1.4rem; font-weight: bold; line-height: 54px; @@ -226,6 +226,10 @@ a { background-color: #ddf; } +.p-gnav { + background-color: #eee; +} + .p-gnav_list { display: flex; align-items: flex-end; diff --git a/sample_static/dist/assets/css/page_xxx.css b/sample_static/dist/assets/css/page_xxx.css deleted file mode 100644 index e69de29..0000000 diff --git a/sample_static/dist/index.html b/sample_static/dist/index.html index d7390ac..72038b7 100644 --- a/sample_static/dist/index.html +++ b/sample_static/dist/index.html @@ -21,7 +21,10 @@
- Layout1 +Hello World!
+