Skip to content

Commit 8b06867

Browse files
committed
changes
1 parent 0f87eb7 commit 8b06867

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

layouts/shortcodes/box.html

+5
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484
.box p:last-child {
8585
margin-bottom: 0;
8686
}
87+
.dark .box.info {
88+
background: #008be79e;
89+
color: white;
90+
box-shadow: 3px 3px 5px #008be736;
91+
}
8792
</style>
8893

8994
{{/* SVG icons */}}

0 commit comments

Comments
 (0)