Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 51c7a9d

Browse files
props, props table
1 parent 40e83fd commit 51c7a9d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"optimize-css-assets-webpack-plugin": "^1.3.0",
5050
"ora": "^1.2.0",
5151
"particles.js": "^2.0.0",
52+
"prerender-spa-plugin": "^2.0.1",
5253
"rimraf": "^2.6.0",
5354
"sass-loader": "^6.0.3",
5455
"semver": "^5.3.0",

‎src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@
8282
margin: 1rem auto !important;
8383
background: #292929;
8484
border-radius: 3px;
85-
box-shadow: inset0px0px39pxrgba(0, 0, 0, 0.74);
85+
box-shadow: 2px6px17pxrgba(0, 0, 0, 0.39);
8686
}
8787
8888
.npm-code {
8989
background: #292929;
9090
border-radius: 3px;
91-
box-shadow: inset0px0px39pxrgba(0, 0, 0, 0.74);
91+
box-shadow: 2px6px17pxrgba(0, 0, 0, 0.39);
9292
}
9393
9494
h1, h2 {

‎src/assets/tables.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,12 @@ $breakpoint-alpha: 767px; // adjust to your needs
6161
}
6262

6363
.rwd-table {
64-
background: #34495E;
6564
color: #fff;
66-
border-radius: .4em;
6765
overflow: hidden;
6866
background: #292929;
6967
border-radius: 3px;
70-
box-shadow: inset 0px 0px 39px rgba(0, 0, 0, 0.74);
68+
box-shadow: 2px 6px 17px rgba(0, 0, 0, 0.39);
69+
padding: .5rem;
7170
tr {
7271
border-color: lighten(#34495E, 10%);
7372
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /