🍕
This commit is contained in:
@ -1,29 +1,4 @@
|
||||
json('../../const.json')
|
||||
|
||||
@charset 'utf-8'
|
||||
|
||||
$theme-color = themeColor
|
||||
$theme-color-foreground = themeColorForeground
|
||||
|
||||
/*
|
||||
::selection
|
||||
background $theme-color
|
||||
color #fff
|
||||
*/
|
||||
|
||||
*
|
||||
position relative
|
||||
box-sizing border-box
|
||||
background-clip padding-box !important
|
||||
tap-highlight-color rgba($theme-color, 0.7)
|
||||
-webkit-tap-highlight-color rgba($theme-color, 0.7)
|
||||
|
||||
html, body
|
||||
margin 0
|
||||
padding 0
|
||||
scroll-behavior smooth
|
||||
text-size-adjust 100%
|
||||
font-family sans-serif
|
||||
@import "../style"
|
||||
|
||||
html
|
||||
&.progress
|
||||
@ -96,17 +71,6 @@ body
|
||||
100%
|
||||
transform rotate(360deg)
|
||||
|
||||
a
|
||||
text-decoration none
|
||||
color $theme-color
|
||||
cursor pointer
|
||||
|
||||
&:hover
|
||||
text-decoration underline
|
||||
|
||||
*
|
||||
cursor pointer
|
||||
|
||||
code
|
||||
font-family Consolas, 'Courier New', Courier, Monaco, monospace
|
||||
|
||||
|
Reference in New Issue
Block a user