Skip to content

Commit

Permalink
Merge pull request #23 from bolt/chore/update-article-dep
Browse files Browse the repository at this point in the history
Updating Article to 2.3.2
  • Loading branch information
bobdenotter authored Feb 17, 2021
2 parents 500bd47 + d3dd5f8 commit f498d3e
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/article/article-editor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/article/css/article-editor.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/article/css/arx-content.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/article/css/arx-frame.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions assets/article/css/bolt-additions.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,22 @@ blockquote {
blockquote p {
margin: 0;
}

table {
font-size: 90%;
}

table th {
background-color: #E8E8E8;
}

button {
border-radius: 4px;
background-color: #1740b4;
color: #FFF;
margin: 2rem 0;
}

code, pre code {
font-size: 90%;
}
2 changes: 1 addition & 1 deletion assets/article/plugins/style/style.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/article/plugins/tags/tags.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f498d3e

Please sign in to comment.