feat(plugins/calendar): add new plugin (#1013) [skip ci]

This commit is contained in:
Simon Lecoq
2022-04-24 03:05:19 +02:00
committed by GitHub
parent 9d1083f263
commit fa66157a24
9 changed files with 198 additions and 0 deletions

View File

@@ -838,6 +838,17 @@
max-width: 900px;
}
/* Calendar */
svg.calendar {
margin-left: 13px;
margin-top: 4px;
}
svg.calendar text {
font-size: 18px;
fill: currentColor;
}
/* People */
.people {
padding: 0 10px;