1
0
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:
J. Fernando Sánchez
2025-03-06 01:45:41 +01:00
parent 1d1f044d80
commit ec2e9ea7cc
6 changed files with 583 additions and 2 deletions

View File

@@ -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;
}