From cf33e483f7e6f40e8cbbbc0118a7df70bdaf651f Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 29 Mar 2018 20:32:18 +0900 Subject: 整理した MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/web/style.styl | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 src/server/web/style.styl (limited to 'src/server/web/style.styl') diff --git a/src/server/web/style.styl b/src/server/web/style.styl deleted file mode 100644 index 6d1e53e5a6..0000000000 --- a/src/server/web/style.styl +++ /dev/null @@ -1,37 +0,0 @@ -@charset 'utf-8' - -@import "./const" - -/* - ::selection - background $theme-color - color #fff -*/ - -* - position relative - box-sizing border-box - background-clip padding-box !important - tap-highlight-color transparent - -webkit-tap-highlight-color transparent - -html, body - margin 0 - padding 0 - scroll-behavior smooth - text-size-adjust 100% - font-family sans-serif - -a - text-decoration none - color $theme-color - cursor pointer - tap-highlight-color rgba($theme-color, 0.7) !important - -webkit-tap-highlight-color rgba($theme-color, 0.7) !important - - &:hover - text-decoration underline - - * - cursor pointer - -- cgit v1.2.3-freya