diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-14 16:24:41 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-14 16:24:41 +0900 |
| commit | 5166fc92b64af25946b9c5a55ee05cebca0d24fa (patch) | |
| tree | 76f81e15699273bf2baa2dc3e237adc95a097183 /src/web/docs/api/endpoints/style.styl | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | sharkey-5166fc92b64af25946b9c5a55ee05cebca0d24fa.tar.gz sharkey-5166fc92b64af25946b9c5a55ee05cebca0d24fa.tar.bz2 sharkey-5166fc92b64af25946b9c5a55ee05cebca0d24fa.zip | |
:pizza:
Diffstat (limited to 'src/web/docs/api/endpoints/style.styl')
| -rw-r--r-- | src/web/docs/api/endpoints/style.styl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/web/docs/api/endpoints/style.styl b/src/web/docs/api/endpoints/style.styl new file mode 100644 index 0000000000..12c06fe3af --- /dev/null +++ b/src/web/docs/api/endpoints/style.styl @@ -0,0 +1,16 @@ +@import "../../style" + +#url + padding 8px 12px + font-family Consolas, 'Courier New', Courier, Monaco, monospace + color #fff + background #222e40 + border-radius 4px + +table + .name + font-weight bold + + .type + font-family Consolas, 'Courier New', Courier, Monaco, monospace + |