Skip to content

Commit 535b1f9

Browse files
committed
style: Add box shadow in code-block
1 parent 7e9ff24 commit 535b1f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

styles/override/content.styl

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ div.theme-default-content
1414

1515
div[class*=language-]
1616
background-color: var(--bg-code-block)
17+
box-shadow: 6px 6px 0 #41b883;
18+
border-radius: 0;
1719

1820
.highlight-lines
1921
padding-top: 3.2rem

0 commit comments

Comments
 (0)