summaryrefslogtreecommitdiff
path: root/src/web/app/dev/style.styl
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-28 05:43:14 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-28 05:43:14 +0900
commitdd232b996a8cd4cb9be9ce0c3b81d6045013bb36 (patch)
tree4173f4f46715a72252ab5a16bf41eeabee1e3e23 /src/web/app/dev/style.styl
parentFix bug (diff)
downloadmisskey-dd232b996a8cd4cb9be9ce0c3b81d6045013bb36.tar.gz
misskey-dd232b996a8cd4cb9be9ce0c3b81d6045013bb36.tar.bz2
misskey-dd232b996a8cd4cb9be9ce0c3b81d6045013bb36.zip
:v:
Diffstat (limited to 'src/web/app/dev/style.styl')
-rw-r--r--src/web/app/dev/style.styl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/web/app/dev/style.styl b/src/web/app/dev/style.styl
index cdbcb0e261..e635897b17 100644
--- a/src/web/app/dev/style.styl
+++ b/src/web/app/dev/style.styl
@@ -1,5 +1,10 @@
@import "../app"
@import "../reset"
+// Bootstrapのデザインを崩すので:
+*
+ position initial
+ background-clip initial !important
+
html
background-color #fff