Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wkk-dev authored Feb 25, 2024
1 parent 89bbe7b commit 05b0add
Show file tree
Hide file tree
Showing 3 changed files with 465 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/highlight-dark.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
if hexo-config("code.highlight.enable") && hexo-config("dark_mode.enable")
if hexo-config("code.highlight.highlightjs.dark.file")
@require hexo-config("code.highlight.highlightjs.dark.file")

if hexo-config("code.highlight.prismjs.dark.file")
@require hexo-config("code.highlight.prismjs.dark.file")
16 changes: 16 additions & 0 deletions css/macpanel.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.highlight
background: #21252b
border-radius: 5px
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .4)
padding-top: 30px

&::before
background: #fc625d
border-radius: 50%
box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b
content: ' '
height: 12px
left: 12px
margin-top: -20px
position: absolute
width: 12px
Loading

0 comments on commit 05b0add

Please sign in to comment.