egirlskey/src/client/style.styl

44 lines
704 B
Stylus
Raw Normal View History

2019-04-16 15:30:34 +00:00
@charset "utf-8"
2017-12-14 07:24:41 +00:00
/*
::selection
2018-09-26 11:19:35 +00:00
background var(--primary)
2017-12-14 07:24:41 +00:00
color #fff
*/
*
position relative
box-sizing border-box
background-clip padding-box !important
2018-02-23 14:30:30 +00:00
tap-highlight-color transparent
-webkit-tap-highlight-color transparent
2017-12-14 07:24:41 +00:00
html, body
margin 0
padding 0
scroll-behavior smooth
text-size-adjust 100%
2019-07-09 08:01:08 +00:00
font-family Roboto, HelveticaNeue, Arial, sans-serif
2017-12-14 07:24:41 +00:00
2019-03-05 11:32:39 +00:00
html.changing-theme
&, *
2019-03-07 00:30:44 +00:00
transition background 1s ease !important
2017-12-14 07:24:41 +00:00
a
text-decoration none
2018-12-30 17:33:03 +00:00
color var(--link)
2017-12-14 07:24:41 +00:00
cursor pointer
&:hover
text-decoration underline
*
cursor pointer
2018-09-26 11:19:35 +00:00
@css {
a {
2018-12-30 17:33:03 +00:00
tap-highlight-color: var(--linkTapHighlight) !important;
-webkit-tap-highlight-color: var(--linkTapHighlight) !important;
2018-09-26 11:19:35 +00:00
}
}