summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-09 20:13:44 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-09 20:13:44 +0900
commitdf5a8768ece9801c08dfcca3e690f296de8f3df6 (patch)
treef197749a6cbf1d2d888d85ab53bd5dda763798d2 /src/web
parent#139 (diff)
downloadmisskey-df5a8768ece9801c08dfcca3e690f296de8f3df6.tar.gz
misskey-df5a8768ece9801c08dfcca3e690f296de8f3df6.tar.bz2
misskey-df5a8768ece9801c08dfcca3e690f296de8f3df6.zip
変数サポート
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/base.styl5
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