diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-09 20:13:44 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-09 20:13:44 +0900 |
| commit | df5a8768ece9801c08dfcca3e690f296de8f3df6 (patch) | |
| tree | f197749a6cbf1d2d888d85ab53bd5dda763798d2 /src/web/app | |
| parent | #139 (diff) | |
| download | misskey-df5a8768ece9801c08dfcca3e690f296de8f3df6.tar.gz misskey-df5a8768ece9801c08dfcca3e690f296de8f3df6.tar.bz2 misskey-df5a8768ece9801c08dfcca3e690f296de8f3df6.zip | |
変数サポート
Diffstat (limited to 'src/web/app')
| -rw-r--r-- | src/web/app/base.styl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/web/app/base.styl b/src/web/app/base.styl index 4082fa24ca..30ff7133d3 100644 --- a/src/web/app/base.styl +++ b/src/web/app/base.styl @@ -130,6 +130,11 @@ pre > code .number color #ae81ff + .var:not(.keyword) + font-weight bold + font-style italic + //text-decoration underline + mk-locker display block position fixed |