yumechi-no-kuni/src/client/style.styl

38 lines
599 B
Stylus
Raw Normal View History

2017-12-14 01:24:41 -06:00
@charset 'utf-8'
2017-12-16 23:35:30 -06:00
@import "./const"
2017-12-14 01:24:41 -06:00
/*
::selection
background $theme-color
color #fff
*/
*
position relative
box-sizing border-box
background-clip padding-box !important
2018-02-23 08:30:30 -06:00
tap-highlight-color transparent
-webkit-tap-highlight-color transparent
2017-12-14 01:24:41 -06:00
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
2018-02-23 08:30:30 -06:00
tap-highlight-color rgba($theme-color, 0.7) !important
-webkit-tap-highlight-color rgba($theme-color, 0.7) !important
2017-12-14 01:24:41 -06:00
&:hover
text-decoration underline
*
cursor pointer