feat: darkmode

This commit is contained in:
沈宇 2020-03-23 18:06:38 +08:00
parent 66a6390998
commit c3588e1752

View File

@ -29,9 +29,19 @@ body
margin 0 margin 0
overflow-x hidden overflow-x hidden
text-size-adjust: 100% text-size-adjust: 100%
::selection &.darkmode
background sea-lighter background: rgba(0,0,0,.6)
color froth *
color darken(#fff,10%)
.ri-arrow-up-line
color #333 !important
.article-entry
code
background: darken(#999,20%)
.article-header .article-title,.share-outer i
color: darken(#fff,10%) !important
.share-icons a i,#reward .reward-p,#reward .reward-p i
color: darken(#999,20%) !important
a a
color link-color color link-color
&:hover &:hover