mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-02 08:05:58 +09:00
🎨
This commit is contained in:
parent
72e8660ae3
commit
70c0b1d8c0
@ -80,6 +80,8 @@ export default Vue.extend({
|
|||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
@import '~const.styl'
|
@import '~const.styl'
|
||||||
|
|
||||||
|
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
|
||||||
|
|
||||||
root(isDark)
|
root(isDark)
|
||||||
display flex
|
display flex
|
||||||
flex-direction column
|
flex-direction column
|
||||||
@ -103,6 +105,7 @@ root(isDark)
|
|||||||
text-align center
|
text-align center
|
||||||
|
|
||||||
&.about
|
&.about
|
||||||
|
font-family 'Noto Sans JP'
|
||||||
color isDark ? #fff : #627574
|
color isDark ? #fff : #627574
|
||||||
|
|
||||||
> article
|
> article
|
||||||
@ -114,7 +117,7 @@ root(isDark)
|
|||||||
|
|
||||||
> h1
|
> h1
|
||||||
margin 0
|
margin 0
|
||||||
font-variant small-caps
|
font-weight 900
|
||||||
|
|
||||||
> p
|
> p
|
||||||
margin 20px 0
|
margin 20px 0
|
||||||
|
Loading…
Reference in New Issue
Block a user