Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
Updated the inline code element styles in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pckool committed Sep 14, 2021
1 parent 9d82937 commit cdef591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vuepress/theme/styles/code.styl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
padding 0.25rem 0.5rem
margin 0
font-size 0.85em
background-color rgba(27,31,35,0.05)
// background-color rgba(27,31,35,0.05)
background-color $codeBgColor
border-radius 3px
.token
&.deleted
Expand Down

0 comments on commit cdef591

Please sign in to comment.