Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
feat(Stencila/Wilmore): Fork and replace existing Stencila theme
Browse files Browse the repository at this point in the history
Close #70
  • Loading branch information
alex-ketch committed Feb 27, 2020
1 parent afffdbd commit 5bd5162
Show file tree
Hide file tree
Showing 7 changed files with 632 additions and 532 deletions.
4 changes: 3 additions & 1 deletion src/themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ export const themes: {
rpng: 'rpng'
skeleton: 'skeleton'
stencila: 'stencila'
wilmore: 'wilmore'
} = {
bootstrap: 'bootstrap',
elife: 'elife',
nature: 'nature',
plos: 'plos',
rpng: 'rpng',
skeleton: 'skeleton',
stencila: 'stencila'
stencila: 'stencila',
wilmore: 'wilmore'
}
3 changes: 1 addition & 2 deletions src/themes/stencila/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Stencila

A theme reflecting Stencila's brand and [design system](https://github.com/stencila/designa).

**Note**: Currently, this theme is not strongly connected to the Stencila brand. We will probably move `styles.css` to a new theme, and rewrite a new one here that better reflects the typography and other styles used on Stencila's website and the Stencila Hub.
It is based on the Skeleton theme, and demonstrates how to customize a theme using CSS variables.
Loading

0 comments on commit 5bd5162

Please sign in to comment.