This commit is contained in:
syuilo
2018-04-29 08:51:17 +09:00
parent e9940c9221
commit f2874d778a
75 changed files with 265 additions and 190 deletions

View File

@@ -78,7 +78,7 @@ export default define({
color #555
&:nth-child(odd)
background rgba(0, 0, 0, 0.025)
background rgba(#000, 0.025)
> b
margin-right 4px

View File

@@ -113,7 +113,7 @@ root(isDark)
padding 16px 0
color isDark ? #c5ced6 :#777
background isDark ? #282C37 : #fff
border solid 1px rgba(0, 0, 0, 0.075)
border solid 1px rgba(#000, 0.075)
border-radius 6px
&[data-special='on-new-years-day']
@@ -126,7 +126,7 @@ root(isDark)
&[data-mobile]
border none
border-radius 8px
box-shadow 0 0 0 1px rgba(0, 0, 0, 0.2)
box-shadow 0 0 0 1px rgba(#000, 0.2)
&:after
content ""

View File

@@ -46,7 +46,7 @@ root(isDark)
border none
background #ead8bb
border-radius 8px
box-shadow 0 0 0 1px rgba(0, 0, 0, 0.2)
box-shadow 0 0 0 1px rgba(#000, 0.2)
> article
> h1

View File

@@ -92,7 +92,7 @@ root(isDark)
padding 8px 16px
&:nth-child(even)
background rgba(0, 0, 0, 0.05)
background rgba(#000, 0.05)
.mkw-rss[data-darkmode]
root(true)

View File

@@ -5,7 +5,7 @@
cx="50%" cy="50%"
fill="none"
stroke-width="0.1"
stroke="rgba(0, 0, 0, 0.05)"/>
stroke="rgba(#000, 0.05)"/>
<circle
:r="r"
cx="50%" cy="50%"
@@ -56,7 +56,7 @@ root(isDark)
> text
font-size 0.15px
fill isDark ? rgba(#fff, 0.6) : rgba(0, 0, 0, 0.6)
fill isDark ? rgba(#fff, 0.6) : rgba(#000, 0.6)
svg[data-darkmode]
root(true)

View File

@@ -122,13 +122,13 @@ export default define({
.mkw-slideshow
overflow hidden
background #fff
border solid 1px rgba(0, 0, 0, 0.075)
border solid 1px rgba(#000, 0.075)
border-radius 6px
&[data-mobile]
border none
border-radius 8px
box-shadow 0 0 0 1px rgba(0, 0, 0, 0.2)
box-shadow 0 0 0 1px rgba(#000, 0.2)
> div
width 100%