Skip to content

Commit d548c5e

Browse files
committed
Add shadows to code blocks
1 parent fe1e3ef commit d548c5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/.vuepress/styles/index.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ table
9797
.theme-default-content code
9898
color #333
9999

100+
div[class*="language-"]
101+
box-shadow 10px 10px 20px 0 grey
102+
margin-block 20px
103+
100104
.theme-container.example-page h1
101105
.theme-container.example-page h2
102106
.theme-container.example-page h3

0 commit comments

Comments
 (0)