Skip to content

Commit

Permalink
💄 fix: Adjust some broken style
Browse files Browse the repository at this point in the history
Signed-off-by: sqrtthree <[email protected]>
  • Loading branch information
linhe0x0 committed Aug 9, 2019
1 parent 69e25d8 commit c4e5072
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions styles/_components/_code.styl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@require '../_variables'

.content
.content-block

code
color #f81ce5
Expand All @@ -10,7 +10,7 @@
background-color rgba(27,31,35,0.05)
border-radius 3px

.content
.content-block

pre, pre[class*="language-"]
line-height 1.4
Expand Down Expand Up @@ -44,7 +44,6 @@ div[class*="language-"]
.highlighted
background-color rgba(0, 0, 0, 66%)


pre
position relative
z-index 1
Expand Down

0 comments on commit c4e5072

Please sign in to comment.