Skip to content

Commit 17937dd

Browse files
Add styles for assessment box
implemented a custom assessment box in CSS
1 parent e6bdd77 commit 17937dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
background-color: var(--quote-bg);
2626
}
2727

28+
.box.assessment {
29+
border-color: #3B9797;
30+
background-color: var(--quote-bg);
31+
}
32+
2833
.box.warning {
2934
border-left-color: #e7c000;
3035
background-color: rgba(255, 229, 100, .2);

0 commit comments

Comments
 (0)