1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-08-24 04:32:20 +00:00
Files
balkian.github.com/assets/scss/custom.scss
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;
}