Skip to content

Commit 57e97d9

Browse files
committed
Tweak caution boxes
Signed-off-by: alexmerlin <[email protected]>
1 parent 20cc3a5 commit 57e97d9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

css/docs.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,16 @@ i.bi.bi-copy.copy_btn {
630630
font-weight: normal;
631631
}
632632

633+
.alert-caution {
634+
background-color: rgba(235, 130, 130, .37);
635+
border-radius: 8px;
636+
color: #141516;
637+
}
638+
639+
.alert-caution a {
640+
color: #1361DF;
641+
}
642+
633643
/*RESPONSIVE*/
634644

635645
@media (max-width: 767.98px) {

0 commit comments

Comments
 (0)