Skip to content

Commit d66d402

Browse files
committed
Code theme optimisations
1 parent ab4f056 commit d66d402

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

styles/prism-night-owl.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
code[class*='language-'],
1010
pre[class*='language-'] {
11+
/* box-shadow: rgb(38, 57, 77) 0px 20px 30px -15px; */
1112
color: #d6deeb;
1213
font-family: 'Operator Mono', 'MonoLisa', 'Dank Mono', 'Fira Code', Consolas,
1314
Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;

styles/prism-theme.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
background-color: rgba(249, 250, 251, 1);
55
border: 1px solid rgba(229, 231, 235, 1);
66
border-radius: 0.375rem;
7+
box-shadow: rgb(38, 57, 77) 0px 20px 30px -15px;
78
padding: 1.5em !important;
89
}
910

0 commit comments

Comments
 (0)