This commit is contained in:
syuilo
2018-09-26 20:28:13 +09:00
parent 904114740b
commit f5f2215b47
44 changed files with 58 additions and 54 deletions

View File

@ -59,7 +59,7 @@ root(isDark)
> .body
width 100%
height 100%
background isDark ? #282c37 : #fff
background var(--face)
> header
border-bottom solid 1px isDark ? #1b1f29 : #eee

View File

@ -474,7 +474,7 @@ export default Vue.extend({
<style lang="stylus" scoped>
root(isDark)
background isDark ? #282c37 : #fff
background var(--face)
> nav
display block
@ -490,7 +490,7 @@ root(isDark)
color rgba(isDark ? #fff : #000, 0.67)
-webkit-backdrop-filter blur(12px)
backdrop-filter blur(12px)
background-color rgba(isDark ? #313543 : #fff, 0.75)
//background-color rgba(var(--faceHeader), 0.75)
border-bottom solid 1px rgba(#000, 0.13)
> p

View File

@ -32,7 +32,7 @@ root(isDark)
width 150px
//height 120px
font-size 12px
background isDark ? #282c37 : #fff
background var(--face)
border-radius 4px
> a

View File

@ -229,7 +229,7 @@ root(isDark)
overflow hidden
width 100%
text-align left
background isDark ? #282C37 : #fff
background var(--face)
border-radius 8px
box-shadow 0 0 2px rgba(#000, 0.1)

View File

@ -221,7 +221,7 @@ export default Vue.extend({
root(isDark)
overflow hidden
background isDark ? #282C37 : #fff
background var(--face)
border-radius 8px
box-shadow 0 0 2px rgba(#000, 0.1)

View File

@ -342,7 +342,7 @@ root(isDark)
margin 32px auto
> .form
background isDark ? #282C37 : #fff
background var(--face)
border-radius 8px
box-shadow 0 0 2px rgba(#000, 0.1)

View File

@ -45,7 +45,7 @@ root(isDark)
font-size 15px
font-weight normal
color isDark ? #b8c5cc : #465258
background isDark ? #282c37 : #fff
background var(--face)
border-radius 8px 8px 0 0
> [data-fa]