mirror of
https://github.com/balkian/balkian.github.com.git
synced 2025-08-23 12:12:20 +00:00
post on efficient collaboration
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
/*
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user