Skip to content

Commit 8475c93

Browse files
committed
Make inline code stand out more
1 parent 9df456a commit 8475c93

File tree

8 files changed

+14
-108
lines changed

8 files changed

+14
-108
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"start": "npm run live-reload -s & npm run watch -s"
3232
},
3333
"devDependencies": {
34-
"node-sass": "^3.10.1",
34+
"sass": "^3.10.1",
3535
"node-uuid": "^1.4.7"
3636
}
3737
}

src/bower_components/foundation-sites/scss/components/_table.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ $show-header-for-stacked: false !default;
197197
}
198198

199199
//Darkens the odd striped table rows.
200-
@elseif($table-stripe == odd) {
200+
@else if($table-stripe == odd) {
201201
&:nth-of-type(odd):hover {
202202
background-color: $table-row-stripe-hover;
203203
}

src/scss/_pagecontent.scss

+7-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,10 @@ table {
6161
th {
6262
border-bottom-width: 2px;
6363
}
64-
}
64+
}
65+
66+
code, kbd, samp {
67+
background: #fdf6e3;
68+
color: #365661;
69+
padding: 0.25em;
70+
}

themes/modmore/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"favicon": "<theme_url>img/favicon.png",
33
"fonts": ["https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,cyrillic-ext,cyrillic"],
44
"js": ["<theme_url>dist/head.js","<theme_url>dist/main.js","<theme_url>dist/images.js"],
5-
"css": ["<theme_url>dist/main.css?v=2"]
5+
"css": ["<theme_url>dist/main.css?v=2.1"]
66
}

themes/modmore/dist/critical.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
body{visibility:hidden;opacity:0}
2-
/*# sourceMappingURL=critical.css.map */
1+
body{visibility:hidden;opacity:0}/*# sourceMappingURL=critical.css.map */

themes/modmore/dist/critical.css.map

+1-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/modmore/dist/main.css

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/modmore/dist/main.css.map

+1-91
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)