From 4cabbe1668879aa784af91ad276ece294bcf65fd Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 9 Feb 2017 22:47:17 +0900 Subject: Method and property support --- src/web/app/base.styl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/web') diff --git a/src/web/app/base.styl b/src/web/app/base.styl index 1e26a9f85c..3b375c2b31 100644 --- a/src/web/app/base.styl +++ b/src/web/app/base.styl @@ -141,6 +141,13 @@ pre > code font-style italic //text-decoration underline + .method + font-style italic + color #8964c1 + + .property + color #a71d5d + mk-locker display block position fixed -- cgit v1.2.3-freya