diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-01-27 16:41:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-27 16:41:30 +0900 |
| commit | 1af1638e2bf12198a74e077e4613b3dc5068ec8c (patch) | |
| tree | bb4d986d520586b0c9cd2c4157c32e7d3627f980 /src/docs | |
| parent | Add multiline math syntax (diff) | |
| parent | Fix test (diff) | |
| download | misskey-1af1638e2bf12198a74e077e4613b3dc5068ec8c.tar.gz misskey-1af1638e2bf12198a74e077e4613b3dc5068ec8c.tar.bz2 misskey-1af1638e2bf12198a74e077e4613b3dc5068ec8c.zip | |
Merge branch 'develop' into math-block
Diffstat (limited to 'src/docs')
| -rw-r--r-- | src/docs/style.styl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/docs/style.styl b/src/docs/style.styl index 4af0f288b0..96d14c2b98 100644 --- a/src/docs/style.styl +++ b/src/docs/style.styl @@ -3,6 +3,8 @@ html --primary #fb4e4e + --link #fb4e4e + --linkTapHighlight #fb4e4eb3 body margin 0 |