1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 23:55:58 +09:00
cherrypick/src/client/style.styl

40 lines
603 B
Stylus
Raw Normal View History

2017-12-14 16:24:41 +09:00
@charset 'utf-8'
/*
::selection
2018-09-26 20:19:35 +09:00
background var(--primary)
2017-12-14 16:24:41 +09:00
color #fff
*/
*
position relative
box-sizing border-box
background-clip padding-box !important
2018-02-23 23:30:30 +09:00
tap-highlight-color transparent
-webkit-tap-highlight-color transparent
2017-12-14 16:24:41 +09:00
html, body
margin 0
padding 0
scroll-behavior smooth
text-size-adjust 100%
font-family sans-serif
a
text-decoration none
2018-09-26 20:19:35 +09:00
color var(--primary)
2017-12-14 16:24:41 +09:00
cursor pointer
&:hover
text-decoration underline
*
cursor pointer
2018-09-26 20:19:35 +09:00
@css {
a {
2018-09-27 22:30:52 +09:00
tap-highlight-color: var(--primaryAlpha07) !important;
-webkit-tap-highlight-color: var(--primaryAlpha07) !important;
2018-09-26 20:19:35 +09:00
}
}