feat(templates/repository, templates/terminal): additional support (#660)

This commit is contained in:
Simon Lecoq
2021-11-12 21:01:11 -05:00
committed by GitHub
parent ecdbf072de
commit 1225c698ec
10 changed files with 216 additions and 4 deletions

View File

@@ -63,6 +63,22 @@
color: #AE9DA7;
}
/* Isocalendar */
.isocalendar svg {
margin-top: -20px !important;
}
/* Images */
.isocalendar svg, .screenshot {
filter: grayscale(1) brightness(.9) opacity(.7);
}
/* Autosize */
.autosize {
width: auto;
height: auto;
}
/* Prompt */
.ps1-path {
color: #7EDA29;