1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-04-22 12:39:05 +00:00
2025-03-06 01:45:41 +01:00

21 lines
281 B
SCSS

/*
You can add your own custom styles here.
*/
.danger,
.note,
.warning {
border-left-width: 0.8rem !important;
}
.warning {
border-left-color: #ffbb00 !important;
}
.note {
border-left-color: #4285f4 !important;
}
.danger {
border-left-color: #ee0000 !important;
}