iceshrimp-legacy/src/client/style.styl

38 lines
599 B
Stylus
Raw Normal View History

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