This commit is contained in:
hwy0127@gmail.com
2019-06-17 21:25:18 +08:00
Unverified
parent 79971d49db
commit 5a3363e0e4
37 changed files with 2955 additions and 418 deletions

View File

@@ -153,11 +153,11 @@ table
font-size: 0.65rem
button
font-size: .7rem;
padding: .3rem 1rem;
background-color: #49b1f5;
color: #fff;
border-color: #fff;
font-size: .7rem
padding: .3rem 1rem
background-color: $light-blue
color: #fff
border-color: #fff
textarea
font-size: 0.7rem
@@ -223,7 +223,7 @@ table
#readmode,#font_plus,#font_minus
width: 30px
height: 30px
background-color: #49b1f5
background-color: $light-blue
color: #e3e8ee
text-align: center
line-height: 29px
@@ -239,7 +239,7 @@ table
.translate_chn_to_cht
width: 30px
height: 30px
background-color: #49b1f5
background-color: $light-blue
color: #e3e8ee
text-align: center
line-height: 29px
@@ -252,7 +252,7 @@ table
.nightshift
width: 30px
height: 30px
background-color: #49b1f5
background-color: $light-blue
color: #e3e8ee
text-align: center
font-size: 17px
@@ -346,4 +346,9 @@ table
text-align: right
.is_visible
display: block !important
display: block !important
.fireworks
position: fixed;
z-index: -1;
pointer-events: none;