Skip to content

Commit c4e5072

Browse files
author
sqrtthree
committed
💄 fix: Adjust some broken style
Signed-off-by: sqrtthree <[email protected]>
1 parent 69e25d8 commit c4e5072

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

styles/_components/_code.styl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@require '../_variables'
22

3-
.content
3+
.content-block
44

55
code
66
color #f81ce5
@@ -10,7 +10,7 @@
1010
background-color rgba(27,31,35,0.05)
1111
border-radius 3px
1212

13-
.content
13+
.content-block
1414

1515
pre, pre[class*="language-"]
1616
line-height 1.4
@@ -44,7 +44,6 @@ div[class*="language-"]
4444
.highlighted
4545
background-color rgba(0, 0, 0, 66%)
4646

47-
4847
pre
4948
position relative
5049
z-index 1

0 commit comments

Comments
 (0)